diff options
author | vanilla <vanilla@FreeBSD.org> | 2007-03-28 12:17:20 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2007-03-28 12:17:20 +0800 |
commit | ee6cde92e8f05378bf744e7ca57e5127e2442eec (patch) | |
tree | 4ec83d0e6aad94e04ad672ec4ba12796b722cad1 /graphics/libqrencode | |
parent | e5edcbf3640bbe667b73776221c96df05c210527 (diff) | |
download | freebsd-ports-gnome-ee6cde92e8f05378bf744e7ca57e5127e2442eec.tar.gz freebsd-ports-gnome-ee6cde92e8f05378bf744e7ca57e5127e2442eec.tar.zst freebsd-ports-gnome-ee6cde92e8f05378bf744e7ca57e5127e2442eec.zip |
remove USE_SDL, only use sdl on test program.
Approved by: ijliao@ (via irc).
Diffstat (limited to 'graphics/libqrencode')
-rw-r--r-- | graphics/libqrencode/Makefile | 1 |
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" |