diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:50:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:50:40 +0000 |
commit | 5743712b3dfcfacb272cb7492a82c59a5b460847 (patch) | |
tree | 00c970bcb909a3394bb57c821fd8330ca2421162 /security/steghide | |
parent | 05e980f565333e9d634ba0706053b2471b3518ce (diff) | |
download | ports-5743712b3dfcfacb272cb7492a82c59a5b460847.tar.gz ports-5743712b3dfcfacb272cb7492a82c59a5b460847.zip |
Notes
Diffstat (limited to 'security/steghide')
-rw-r--r-- | security/steghide/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 17817a56cd4b..73343916b931 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -17,9 +17,8 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext perl5 +USES= gettext perl5 gmake USE_AUTOTOOLS= libtool -USE_GMAKE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt" CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include -fpermissive |