aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-13 16:21:56 +0800
committerbapt <bapt@FreeBSD.org>2013-09-13 16:21:56 +0800
commit7de300ad1685075fe1de9d7e9871b4f2b47885e4 (patch)
treef5b51aee7f2d9ef64e954daf31923640736942c2
parent19f97e2daaf8c53c6e23907308b767da00abfc65 (diff)
downloadfreebsd-ports-gnome-7de300ad1685075fe1de9d7e9871b4f2b47885e4.tar.gz
freebsd-ports-gnome-7de300ad1685075fe1de9d7e9871b4f2b47885e4.tar.zst
freebsd-ports-gnome-7de300ad1685075fe1de9d7e9871b4f2b47885e4.zip
Fix build on head
-rw-r--r--devel/gwenhywfar/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gwenhywfar/Makefile b/devel/gwenhywfar/Makefile
index 9964f36308f8..2bdc5211ad62 100644
--- a/devel/gwenhywfar/Makefile
+++ b/devel/gwenhywfar/Makefile
@@ -20,15 +20,14 @@ OPTIONS_DEFINE= DOXYGEN MEMDEBUG
MEMDEBUG_DESC= Enable memory debugger statistic
.endif
-USES= pathfix pkgconfig gettext
-USE_GMAKE= yes
+USES= pathfix pkgconfig gettext gmake
USE_OPENSSL= yes
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-release="yes" \
--with-guis="${SLAVEPORT}"
-CPPFLAGS+= -DGCRYPT_NO_DEPRECATED
+CPPFLAGS+= -DGCRYPT_NO_DEPRECATED -I${LOCALBASE}/include
PLIST_SUB= GWEN_SHLIB_VER="${GWEN_SHLIB_VER}"
USE_LDCONFIG= yes