aboutsummaryrefslogtreecommitdiff
path: root/graphics/swfmill/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/swfmill/Makefile')
-rw-r--r--graphics/swfmill/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/swfmill/Makefile b/graphics/swfmill/Makefile
index e1a0fd71ef2c..b7ba59941843 100644
--- a/graphics/swfmill/Makefile
+++ b/graphics/swfmill/Makefile
@@ -7,13 +7,14 @@
PORTNAME= swfmill
PORTVERSION= 0.3.0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://swfmill.org/releases/
MAINTAINER= skv@FreeBSD.org
COMMENT= xml2swf and swf2xml processor with import functionalities
-LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
+LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
freetype.9:${PORTSDIR}/print/freetype2
USE_AUTOTOOLS= libtool
@@ -25,6 +26,6 @@ CONFIGURE_ENV+= PKG_CONFIG=${LOCALBASE}/bin/pkg-config
USE_LDCONFIG= YES
post-patch:
- @${REINPLACE_CMD} -e 's|libpng|libpng14|' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|libpng|libpng15|' ${WRKSRC}/configure
.include <bsd.port.mk>