diff options
Diffstat (limited to 'security/steghide/Makefile')
-rw-r--r-- | security/steghide/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 4a3916b74938..afce5612e826 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -21,9 +21,8 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ USE_GETTEXT= yes USE_PERL5= yes -USE_AUTOTOOLS= libtool:13 -GNU_CONFIGURE= yes USE_GCC= 3.4 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= CONFIGURE_ARGS= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes @@ -38,7 +37,7 @@ post-patch: ${REINPLACE_CMD} -e 's|install-data-am\: install-docDATA||' \ ${WRKSRC}/Makefile.in .endif - ${REINPLACE_CMD} -e 's,SHELL) libtool,SHELL) ${LIBTOOL},' \ + ${REINPLACE_CMD} -e 's,SHELL) libtool,SHELL) ${LIBTOOL} --tag=CXX,' \ ${WRKSRC}/src/Makefile.in ${REINPLACE_CMD} -e 's,-O2,${CFLAGS},' ${WRKSRC}/configure |