svn commit: r327134 - head/devel/gwenhywfar

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 13 08:21:57 UTC 2013


Author: bapt
Date: Fri Sep 13 08:21:56 2013
New Revision: 327134
URL: http://svnweb.freebsd.org/changeset/ports/327134

Log:
  Fix build on head

Modified:
  head/devel/gwenhywfar/Makefile

Modified: head/devel/gwenhywfar/Makefile
==============================================================================
--- head/devel/gwenhywfar/Makefile	Fri Sep 13 08:13:31 2013	(r327133)
+++ head/devel/gwenhywfar/Makefile	Fri Sep 13 08:21:56 2013	(r327134)
@@ -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


More information about the svn-ports-all mailing list