diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-12-07 19:04:14 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-12-07 19:04:14 +0000 |
commit | 2f508fa0a3888bd2b5edeacbaf54f49a57f9f677 (patch) | |
tree | 5fbe63d739db5ae9877c01cae2e7d5212eeb1c83 | |
parent | - Enables grun to work together with text/console based program (diff) |
Depend on libltdl
PR: 74763
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
Bump PORTREVISION
-rw-r--r-- | graphics/ImageMagick/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 3a7b298a27ca..0d7c39796f99 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -7,6 +7,7 @@ PORTNAME= ImageMagick PORTVERSION= 6.1.6.0 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/pub/graphics/%SUBDIR%/ \ @@ -34,6 +35,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes USE_LIBTOOL_VER=15 +USE_LIBLTDL= yes LIBTOOLFLAGS= # none CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-shared |