aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2005-11-15 15:36:41 +0800
committervanilla <vanilla@FreeBSD.org>2005-11-15 15:36:41 +0800
commit98719abd56207a8176dc37a228ab8fb62a07c219 (patch)
treeaee2046becdaf9c66dec25da2b6a055ba1306fb8
parent791fd2551647b2a1cab861ac98db5780dc5393d2 (diff)
downloadfreebsd-ports-gnome-98719abd56207a8176dc37a228ab8fb62a07c219.tar.gz
freebsd-ports-gnome-98719abd56207a8176dc37a228ab8fb62a07c219.tar.zst
freebsd-ports-gnome-98719abd56207a8176dc37a228ab8fb62a07c219.zip
Add USE_GETOPT_LONG to fix build on 4-X.
-rw-r--r--graphics/epeg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile
index 5b1d5cdc6345..06ecb8667054 100644
--- a/graphics/epeg/Makefile
+++ b/graphics/epeg/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack gnometarget
+USE_GETOPT_LONG= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"