diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-30 18:43:09 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-30 18:43:09 +0000 |
commit | d577cf7c39ed176591087c67240142f0cdc4bd93 (patch) | |
tree | b3785f4fb723fdb6ae05d78381c85937c07ca909 /graphics/swfmill | |
parent | d7b0ec180a328a11b6b56e5074b32f9cab41f6b6 (diff) | |
download | ports-d577cf7c39ed176591087c67240142f0cdc4bd93.tar.gz ports-d577cf7c39ed176591087c67240142f0cdc4bd93.zip |
Notes
Diffstat (limited to 'graphics/swfmill')
-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 |