diff options
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 |