diff options
author | krion <krion@FreeBSD.org> | 2004-04-17 16:25:16 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-17 16:25:16 +0800 |
commit | 1541173b825c8b3a49f4dbfba36a6d6dc2298e79 (patch) | |
tree | dc64d0082fcf92cd566a9a9ef71f6e7ce59bf449 /graphics | |
parent | b125bd1b8d304f3d7bad31f2362797c1b0a2fbb0 (diff) | |
download | freebsd-ports-gnome-1541173b825c8b3a49f4dbfba36a6d6dc2298e79.tar.gz freebsd-ports-gnome-1541173b825c8b3a49f4dbfba36a6d6dc2298e79.tar.zst freebsd-ports-gnome-1541173b825c8b3a49f4dbfba36a6d6dc2298e79.zip |
- Fix build on 4-x
Reported by: bento via kris
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/zgv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/zgv/Makefile b/graphics/zgv/Makefile index c5e5961c4d45..1b113b3b3c36 100644 --- a/graphics/zgv/Makefile +++ b/graphics/zgv/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ png.5:${PORTSDIR}/graphics/png ONLY_FOR_ARCHS= i386 +USE_GETOPT_LONG=yes USE_GMAKE= yes ALL_TARGET= all info |