diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-02-13 15:46:37 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-02-13 15:46:37 +0800 |
commit | 0a682383a32e03c3409922814d97872c84ed1cca (patch) | |
tree | d525b41ea9c16a7a09777c522ee4e4cd01d606f4 /x11 | |
parent | 6f436180a43602973a6cb421c37a33ad1caa6d29 (diff) | |
download | freebsd-ports-gnome-0a682383a32e03c3409922814d97872c84ed1cca.tar.gz freebsd-ports-gnome-0a682383a32e03c3409922814d97872c84ed1cca.tar.zst freebsd-ports-gnome-0a682383a32e03c3409922814d97872c84ed1cca.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 |