Date: Sun, 2 Mar 2014 01:18:00 +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: r346726 - head/security/silktools Message-ID: <201403020118.s221I0fI068365@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Mar 2 01:17:59 2014 New Revision: 346726 URL: http://svnweb.freebsd.org/changeset/ports/346726 QAT: https://qat.redports.org/buildarchive/r346726/ Log: Add missing dependency on pkgconf [1] While here: USE_GMAKE -> USES=gmake Use options helpers Modified: head/security/silktools/Makefile Modified: head/security/silktools/Makefile ============================================================================== --- head/security/silktools/Makefile Sat Mar 1 23:15:14 2014 (r346725) +++ head/security/silktools/Makefile Sun Mar 2 01:17:59 2014 (r346726) @@ -18,20 +18,15 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lzo=${LOCALBASE} --enable-packing-tools --with-python \ --prefix=${STAGEDIR}/${PREFIX} USE_PYTHON= yes -USE_GMAKE= yes MAKE_ARGS= CC="${CC}" GCC_FLAGS="" CFLAGS_RELEASE="" USE_LDCONFIG= yes -USES= perl5 +USES= gmake perl5 pkgconfig USE_PERL5= build OPTIONS_DEFINE= LOCALTIME LOCALTIME_DESC= Use localtime instead of UTC -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MLOCALTIME} -CONFIGURE_ARGS+=--enable-localtime -.endif +LOCALTIME_CONFIGURE_ON=--enable-localtime post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403020118.s221I0fI068365>