diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-13 07:25:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-13 07:25:08 +0000 |
commit | feb9a53df5f943412ca936c3c730cdb1bf8fb809 (patch) | |
tree | 2663774d4241ae1292b4b7876c4844a86ed1f001 /graphics/ImageMagick/Makefile | |
parent | Well, it's a week now and we have a new date for 4.4 release. So this (diff) |
Build without libwmf. (and bump PORTREVISION accordingly)
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=47794
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-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 94c630191d00..696bc1113c7b 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 |