diff options
author | ache <ache@FreeBSD.org> | 2002-09-05 08:01:39 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-09-05 08:01:39 +0000 |
commit | 1408324a27f11f5d92d856eea2e99b542aa43b80 (patch) | |
tree | a59dd17cb23ee028f205d77508371127ee5ffcf1 /graphics | |
parent | bc98a8f022cf07a978276229804a744fb28ccaf5 (diff) | |
download | FreeBSD-ports-1408324a27f11f5d92d856eea2e99b542aa43b80.zip FreeBSD-ports-1408324a27f11f5d92d856eea2e99b542aa43b80.tar.gz |
Move libwmf out of X11-only section, it understand WITHOUT_X11
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index cb3e076..6c096d6 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -40,6 +40,7 @@ LIB_DEPENDS= fpx.1:${PORTSDIR}/graphics/libfpx \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ freetype.9:${PORTSDIR}/print/freetype2 \ + wmf.2:${PORTSDIR}/graphics/libwmf \ xml2.5:${PORTSDIR}/textproc/libxml2 .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 @@ -106,11 +107,10 @@ CONFIGURE_ARGS+= --with-hdf PKGNAMESUFFIX+= -nox11 BUILD_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu-nox11 RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu-nox11 -CONFIGURE_ARGS+= --without-x --without-mpeg2 --without-wmf +CONFIGURE_ARGS+= --without-x --without-mpeg2 PLIST_SUB+= X11='@comment ' .else -LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/graphics/libmpeg2 \ - wmf.2:${PORTSDIR}/graphics/libwmf +LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/graphics/libmpeg2 BUILD_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu USE_XLIB= yes |