aboutsummaryrefslogtreecommitdiff
path: root/graphics/devil/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-08 20:52:09 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-08 20:52:09 +0000
commitdd65820e3f568bc9a8b90869abf9ba63cbb61f14 (patch)
treeb4c848c181c6bbf86e2803b8ce662124e211f0dc /graphics/devil/Makefile
parent8c6d10153a5214a3afec4ce04ac3c9f7c23ebb4e (diff)
downloadports-dd65820e3f568bc9a8b90869abf9ba63cbb61f14.tar.gz
ports-dd65820e3f568bc9a8b90869abf9ba63cbb61f14.zip
- Switch graphics/devil to USES=libtool
Since this changes shared lib version number, bump PORTREVISION on all dependent ports: - devel/love - devel/love07 - devel/love5 - games/arx-libertatis - games/pink-pony - games/spring - graphics/cegui - graphics/graphviz While here, fix graphics/cegui plist to not remove mtree directory.
Notes
Notes: svn path=/head/; revision=353354
Diffstat (limited to 'graphics/devil/Makefile')
-rw-r--r--graphics/devil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile
index b9516a64aed3..f46ce6843f6e 100644
--- a/graphics/devil/Makefile
+++ b/graphics/devil/Makefile
@@ -12,8 +12,8 @@ DISTNAME= DevIL-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= A full featured cross-platform image library
-USES= pkgconfig
-USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool
+USES= pkgconfig libtool
+USE_AUTOTOOLS= aclocal autoheader automake autoconf
ACLOCAL_ARGS= -I m4 -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --add-missing --copy --force-missing
CONFIGURE_ARGS= --enable-ILU \