summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-09-05 08:01:39 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-09-05 08:01:39 +0000
commit1d1bc5a16aa4cf2196a4aaaf8fba9dc61ce887c7 (patch)
tree94e959865ab0c2044b57d58d934225a5e0429a66 /graphics/ImageMagick
parentRemove ascend-radius port (diff)
Move libwmf out of X11-only section, it understand WITHOUT_X11
Notes
Notes: svn path=/head/; revision=65669
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index cb3e076c6487..6c096d62347b 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