diff options
author | ijliao <ijliao@FreeBSD.org> | 2007-01-11 09:22:19 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2007-01-11 09:22:19 +0800 |
commit | 88d9135bba18f087666cf018defcfb6b4d2d0ae7 (patch) | |
tree | f9b8e946292422d2a9b3b01548e038e7ac5b91e9 /graphics | |
parent | b6f2d402a15204bb7d11f8c814389de26ab97729 (diff) | |
download | freebsd-ports-gnome-88d9135bba18f087666cf018defcfb6b4d2d0ae7.tar.gz freebsd-ports-gnome-88d9135bba18f087666cf018defcfb6b4d2d0ae7.tar.zst freebsd-ports-gnome-88d9135bba18f087666cf018defcfb6b4d2d0ae7.zip |
add missing dependency
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libqrencode/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile index 9f718602426b..ed82def9a22f 100644 --- a/graphics/libqrencode/Makefile +++ b/graphics/libqrencode/Makefile @@ -17,6 +17,7 @@ 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 |