summaryrefslogtreecommitdiff
path: root/x11/ecore
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2006-02-13 07:46:37 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2006-02-13 07:46:37 +0000
commit1f08b3ce7ada85693977b38e4e4a5d4a5955e5b9 (patch)
tree8a6c127f1ed4642ec8f437e6f6b47c062a6814e4 /x11/ecore
parentUpgrade to 0.7.2b. (diff)
Add USE_GETOPT_LONG, this will fix building on 4.X.
Submitted by: kris' notify.
Notes
Notes: svn path=/head/; revision=155895
Diffstat (limited to 'x11/ecore')
-rw-r--r--x11/ecore/Makefile4
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