aboutsummaryrefslogtreecommitdiff
path: root/graphics/libqrencode
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2007-03-28 04:17:20 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2007-03-28 04:17:20 +0000
commitb47328e5763124a171033b18e95b8d8d58ab0df9 (patch)
tree6396c4a0afa7a86be24954764739b213bcb29d54 /graphics/libqrencode
parent14ba625712ff18b711fe41db3d219403bf530bad (diff)
downloadports-b47328e5763124a171033b18e95b8d8d58ab0df9.tar.gz
ports-b47328e5763124a171033b18e95b8d8d58ab0df9.zip
remove USE_SDL, only use sdl on test program.
Approved by: ijliao@ (via irc).
Notes
Notes: svn path=/head/; revision=188624
Diffstat (limited to 'graphics/libqrencode')
-rw-r--r--graphics/libqrencode/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile
index 387a4dcd9ba4..a56b7ba94bbc 100644
--- a/graphics/libqrencode/Makefile
+++ b/graphics/libqrencode/Makefile
@@ -18,7 +18,6 @@ COMMENT= A C library for encoding data in a QR Code symbol
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
USE_GETOPT_LONG= yes
-USE_SDL= sdl
USE_GNOME= gnometarget gnomehack
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"