From 7de300ad1685075fe1de9d7e9871b4f2b47885e4 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 13 Sep 2013 08:21:56 +0000 Subject: Fix build on head --- devel/gwenhywfar/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'devel') 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 -- cgit