diff options
Diffstat (limited to 'textproc/libucl/Makefile')
-rw-r--r-- | textproc/libucl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/libucl/Makefile b/textproc/libucl/Makefile index 0357671e2c02..4e484b383e1f 100644 --- a/textproc/libucl/Makefile +++ b/textproc/libucl/Makefile @@ -1,5 +1,6 @@ PORTNAME= libucl DISTVERSION= 0.9.2 +PORTREVISION= 2 CATEGORIES= textproc devel # implicit-approval+: bapt dvl @@ -19,15 +20,16 @@ GH_ACCOUNT= vstakhov USE_LDCONFIG= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip TEST_TARGET= check +CPPFLAGS= -I../uthash + CONFLICTS_INSTALL= ucl OPTIONS_DEFINE= LUA REGEX SIGNATURES URLS UTILS -OPTIONS_DEFAULT= REGEX UTILS +OPTIONS_DEFAULT= LUA REGEX UTILS OPTIONS_SUB= yes REGEX_DESC= Enable regex checking for schema |