diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-02-13 15:46:37 +0800 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-02-13 15:46:37 +0800 |
commit | 1f08b3ce7ada85693977b38e4e4a5d4a5955e5b9 (patch) | |
tree | 8a6c127f1ed4642ec8f437e6f6b47c062a6814e4 /x11 | |
parent | 20770d0d946717a49d6ae8013d1c53bd34d1a60a (diff) | |
download | freebsd-ports-gnome-1f08b3ce7ada85693977b38e4e4a5d4a5955e5b9.tar.gz freebsd-ports-gnome-1f08b3ce7ada85693977b38e4e4a5d4a5955e5b9.tar.zst freebsd-ports-gnome-1f08b3ce7ada85693977b38e4e4a5d4a5955e5b9.zip |
Add USE_GETOPT_LONG, this will fix building on 4.X.
Submitted by: kris' notify.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ecore/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/ecore/Makefile b/x11/ecore/Makefile index 1d2d4cb3e02a..fc9175279870 100644 --- a/x11/ecore/Makefile +++ b/x11/ecore/Makefile @@ -16,6 +16,10 @@ COMMENT= A core event abstraction library LIB_DEPENDS= evas.1:${PORTSDIR}/graphics/evas +.if !exists(/usr/include/getopt.h) +USE_GETOPT_LONG= yes +.endif + USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15 USE_ICONV= yes |