Add USE_GETOPT_LONG, this will fix building on 4.X.

Submitted by:	kris' notify.
This commit is contained in:
Vanilla I. Shu 2006-02-13 07:46:37 +00:00
parent 20770d0d94
commit 1f08b3ce7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155895

View File

@ -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