Date: Fri, 6 Jun 2014 09:26:10 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356754 - head/security/steghide Message-ID: <201406060926.s569QAmi025349@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jun 6 09:26:09 2014 New Revision: 356754 URL: http://svnweb.freebsd.org/changeset/ports/356754 QAT: https://qat.redports.org/buildarchive/r356754/ Log: - Use new LIB_DEPENDS syntax - Switch to USES=libtool Approved by: portmgr blanket Modified: head/security/steghide/Makefile Modified: head/security/steghide/Makefile ============================================================================== --- head/security/steghide/Makefile Fri Jun 6 09:24:06 2014 (r356753) +++ head/security/steghide/Makefile Fri Jun 6 09:26:09 2014 (r356754) @@ -3,7 +3,7 @@ PORTNAME= steghide PORTVERSION= 0.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} @@ -11,14 +11,15 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b MAINTAINER= arved@FreeBSD.org COMMENT= Steganography tool to hide data in binary files -LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ - mhash.2:${PORTSDIR}/security/mhash +LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt \ + libmhash.so:${PORTSDIR}/security/mhash LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext perl5 gmake -USE_AUTOTOOLS= libtool +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406060926.s569QAmi025349>