Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2013 20:53:21 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335061 - head/graphics/swftools
Message-ID:  <201311272053.rARKrLPj035486@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Wed Nov 27 20:53:21 2013
New Revision: 335061
URL: http://svnweb.freebsd.org/changeset/ports/335061

Log:
  - use new LIB_DEPENDS style

Modified:
  head/graphics/swftools/Makefile

Modified: head/graphics/swftools/Makefile
==============================================================================
--- head/graphics/swftools/Makefile	Wed Nov 27 20:52:07 2013	(r335060)
+++ head/graphics/swftools/Makefile	Wed Nov 27 20:53:21 2013	(r335061)
@@ -13,12 +13,12 @@ COMMENT=	SWF manipulation and generation
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	t1.5:${PORTSDIR}/devel/t1lib \
-		jpeg.11:${PORTSDIR}/graphics/jpeg \
-		gif.5:${PORTSDIR}/graphics/giflib \
-		fftw3:${PORTSDIR}/math/fftw3 \
-		freetype.9:${PORTSDIR}/print/freetype2 \
-		fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
+LIB_DEPENDS=	libt1.so:${PORTSDIR}/devel/t1lib \
+		libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libgif.so:${PORTSDIR}/graphics/giflib \
+		libfftw3.so:${PORTSDIR}/math/fftw3 \
+		libfreetype.so:${PORTSDIR}/print/freetype2 \
+		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
 
 NO_STAGE=	yes
 
@@ -56,11 +56,11 @@ PLIST_SUB+=	PDF="@comment "
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e 's| -O | |g ; \
+	${REINPLACE_CMD} -e 's| -O | |g ; \
 		 s|/usr/include/fontconfig|${LOCALBASE}/include/fontconfig|g ; \
 		 s|/usr/local/include|${LOCALBASE}/include|g ; \
 		 s|/usr/local/lib|${LOCALBASE}/lib|g' ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e '/python/d ; \
+	${REINPLACE_CMD} -e '/python/d ; \
 		 /avi2swf/d' ${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311272053.rARKrLPj035486>