svn commit: r355894 - head/graphics/swfmill

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 30 18:43:09 UTC 2014


Author: amdmi3
Date: Fri May 30 18:43:09 2014
New Revision: 355894
URL: http://svnweb.freebsd.org/changeset/ports/355894
QAT: https://qat.redports.org/buildarchive/r355894/

Log:
  - Switch to USES=libtool

Modified:
  head/graphics/swfmill/Makefile

Modified: head/graphics/swfmill/Makefile
==============================================================================
--- head/graphics/swfmill/Makefile	Fri May 30 18:42:05 2014	(r355893)
+++ head/graphics/swfmill/Makefile	Fri May 30 18:43:09 2014	(r355894)
@@ -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


More information about the svn-ports-all mailing list