diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:50:42 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:50:42 +0000 |
commit | 742321c70870f8339d0ac558f88a918b77b56096 (patch) | |
tree | 13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /security/silktools | |
parent | d45fbf3040b3448bc804ff8be8a816d15ea3f92a (diff) | |
download | ports-742321c70870f8339d0ac558f88a918b77b56096.tar.gz ports-742321c70870f8339d0ac558f88a918b77b56096.zip |
Notes
Diffstat (limited to 'security/silktools')
-rw-r--r-- | security/silktools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/silktools/Makefile b/security/silktools/Makefile index daa78476681e..fd45500dbd85 100644 --- a/security/silktools/Makefile +++ b/security/silktools/Makefile @@ -18,10 +18,9 @@ LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lzo=${LOCALBASE} --enable-packing-tools --with-python \ --prefix=${STAGEDIR}/${PREFIX} -USE_PYTHON= yes MAKE_ARGS= CC="${CC}" GCC_FLAGS="" CFLAGS_RELEASE="" USE_LDCONFIG= yes -USES= gmake perl5 pkgconfig libtool +USES= gmake perl5 pkgconfig python libtool USE_PERL5= build OPTIONS_DEFINE= LOCALTIME |