diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-01 05:26:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-01 05:26:28 +0000 |
commit | 2b74a89bc8342f0b9b737c37d87737caf7b0ea1e (patch) | |
tree | c04604583d8be53b3ed7f10975be828c731f87cb /graphics/swfmill/Makefile | |
parent | 24315159daa0089f08acea4ba1b130fb6721ad5c (diff) |
Notes
Diffstat (limited to 'graphics/swfmill/Makefile')
-rw-r--r-- | graphics/swfmill/Makefile | 5 |
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> |