diff options
author | knu <knu@FreeBSD.org> | 2001-09-13 07:25:08 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-13 07:25:08 +0000 |
commit | 0f9b91cefaeb76b51d0cb6f1f997b1237696ec37 (patch) | |
tree | d1812e91eda287ab565f9338dbf482b287d4433f /graphics/ImageMagick | |
parent | 605ab548e64f4bc6dd23d98d729c522030bfb4c9 (diff) | |
download | FreeBSD-ports-0f9b91cefaeb76b51d0cb6f1f997b1237696ec37.zip FreeBSD-ports-0f9b91cefaeb76b51d0cb6f1f997b1237696ec37.tar.gz |
Build without libwmf. (and bump PORTREVISION accordingly)
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 94c6301..696bc11 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -7,6 +7,7 @@ PORTNAME= ImageMagick PORTVERSION= 5.3.7 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://imagemagick.sourceforge.net/http/ \ ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/%SUBDIR%/ \ @@ -48,7 +49,7 @@ USE_AUTOCONF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-shared --with-perl=${PERL5} \ - --without-gslib --without-hdf + --without-gslib --without-hdf --without-wmf INSTALLS_SHLIB= yes MAN1= ImageMagick.1 Magick++-config.1 Magick-config.1 \ @@ -94,7 +95,6 @@ RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu-nox11 CONFIGURE_ARGS+= --without-x --without-wmf PLIST_SUB+= X11='@comment ' .else -LIB_DEPENDS+= wmf.1:${PORTSDIR}/graphics/libwmf BUILD_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu USE_XLIB= yes |