aboutsummaryrefslogtreecommitdiff
path: root/security/silktools
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-02 01:17:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-02 01:17:59 +0000
commit339f542d1d4c06a4525765fa78cc9c1391c8f041 (patch)
treeeb13276664c2d8093f2f8186a84204df40c2d717 /security/silktools
parent2a7652f2002f9447e0821aa941f0d32311faae4f (diff)
downloadports-339f542d1d4c06a4525765fa78cc9c1391c8f041.tar.gz
ports-339f542d1d4c06a4525765fa78cc9c1391c8f041.zip
Add missing dependency on pkgconf [1]
While here: USE_GMAKE -> USES=gmake Use options helpers
Notes
Notes: svn path=/head/; revision=346726
Diffstat (limited to 'security/silktools')
-rw-r--r--security/silktools/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/security/silktools/Makefile b/security/silktools/Makefile
index 221ad2a162ab..fe3c60a9526b 100644
--- a/security/silktools/Makefile
+++ b/security/silktools/Makefile
@@ -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