diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-02 15:14:35 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-02 15:14:35 +0000 |
commit | a7caa7a642d322264b47260ccecbf616ee3bee7c (patch) | |
tree | 767dc1f71fe6836c49e2e68e56243bfb0ff858df /graphics/swfmill | |
parent | deeb51e1caf41a3e004a8f9a2420f1527a3382bf (diff) | |
download | ports-a7caa7a642d322264b47260ccecbf616ee3bee7c.tar.gz ports-a7caa7a642d322264b47260ccecbf616ee3bee7c.zip |
Notes
Diffstat (limited to 'graphics/swfmill')
-rw-r--r-- | graphics/swfmill/Makefile | 10 | ||||
-rw-r--r-- | graphics/swfmill/distinfo | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/graphics/swfmill/Makefile b/graphics/swfmill/Makefile index 68621a498336..103afa036f6a 100644 --- a/graphics/swfmill/Makefile +++ b/graphics/swfmill/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swfmill -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= graphics MASTER_SITES= http://swfmill.org/releases/ @@ -11,15 +11,13 @@ COMMENT= Tool to generate or decompile Adobe Flash SWF files LICENSE= GPLv2 -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libfreetype.so:${PORTSDIR}/print/freetype2 -USES= pkgconfig iconv +USES= iconv gmake pkgconfig USE_GNOME= libxml2 libxslt -USE_GMAKE= yes USE_AUTOTOOLS= libtool PLIST_FILES= bin/swfmill -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/swfmill/distinfo b/graphics/swfmill/distinfo index 635c3dc32faf..58381fe136cb 100644 --- a/graphics/swfmill/distinfo +++ b/graphics/swfmill/distinfo @@ -1,2 +1,2 @@ -SHA256 (swfmill-0.3.2.tar.gz) = fea57ff9dc534b8e2340ebe64637493672ccb64a9811d95b49bf032c8c7bea1c -SIZE (swfmill-0.3.2.tar.gz) = 1264450 +SHA256 (swfmill-0.3.3.tar.gz) = f9e8529eed84962abf88c6457b59cbc6d230db068d1fdd977e7b234228beac96 +SIZE (swfmill-0.3.3.tar.gz) = 1386829 |