Date: Fri, 13 Sep 2013 08:21:57 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327134 - head/devel/gwenhywfar Message-ID: <201309130821.r8D8LvhX015988@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309130821.r8D8LvhX015988>