diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-31 02:43:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-31 02:43:09 +0800 |
commit | bafc449147e4f2ce44d078260a536f2171f045c8 (patch) | |
tree | b3785f4fb723fdb6ae05d78381c85937c07ca909 /graphics | |
parent | f0a2c38839ee7b7a811a8d2950223a3831c09147 (diff) | |
download | freebsd-ports-gnome-bafc449147e4f2ce44d078260a536f2171f045c8.tar.gz freebsd-ports-gnome-bafc449147e4f2ce44d078260a536f2171f045c8.tar.zst freebsd-ports-gnome-bafc449147e4f2ce44d078260a536f2171f045c8.zip |
- Switch to USES=libtool
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/swfmill/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/swfmill/Makefile b/graphics/swfmill/Makefile index 2fe6a6537cef..6149ef01295c 100644 --- a/graphics/swfmill/Makefile +++ b/graphics/swfmill/Makefile @@ -15,9 +15,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 -USES= dos2unix iconv gmake pkgconfig +USES= dos2unix iconv gmake pkgconfig libtool USE_GNOME= libxml2 libxslt -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes DOS2UNIX_FILES= src/swft/swft_import_ttf.cpp PLIST_FILES= bin/swfmill |