Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 18:43:09 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355894 - head/graphics/swfmill
Message-ID:  <201405301843.s4UIh921014250@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405301843.s4UIh921014250>