aboutsummaryrefslogtreecommitdiff
path: root/security/steghide
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-06-11 14:49:59 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-06-11 14:49:59 +0000
commit9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch)
treec4f78cbaf45ab044db3e157be708afd711a4e841 /security/steghide
parent0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff)
downloadports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.tar.gz
ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.zip
Notes
Diffstat (limited to 'security/steghide')
-rw-r--r--security/steghide/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile
index 437f4b9d03e5..a04e680e891b 100644
--- a/security/steghide/Makefile
+++ b/security/steghide/Makefile
@@ -20,8 +20,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= gettext perl5 gmake libtool
USE_AUTOTOOLS= libtoolize
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt"
-CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include -fpermissive
+CPPFLAGS+= -I${LOCALBASE}/include -fpermissive
+LIBS+= -L${LOCALBASE}/lib -lintl -lmcrypt
post-patch:
${REINPLACE_CMD} -e 's,SHELL) libtool,SHELL) ${LIBTOOL} --tag=CXX,' \