aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-01-21 17:26:30 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-01-21 17:26:30 +0000
commit91d30168b692be7f7b803d92396ef61e559728cf (patch)
tree1c5eda3322741202f63d951621ca16756578225c /graphics
parent41cbe7f8a7d39caa1e1923f4b4c145f4018c32e7 (diff)
downloadports-91d30168b692be7f7b803d92396ef61e559728cf.tar.gz
ports-91d30168b692be7f7b803d92396ef61e559728cf.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index a9d332b98f38..588b17de9b0c 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -31,16 +31,16 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
-LIB_DEPENDS= fpx.1:${PORTSDIR}/graphics/libfpx \
- jbig.1:${PORTSDIR}/graphics/jbigkit \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
- lcms.1:${PORTSDIR}/graphics/lcms \
- png.5:${PORTSDIR}/graphics/png \
+LIB_DEPENDS= fpx:${PORTSDIR}/graphics/libfpx \
+ jbig:${PORTSDIR}/graphics/jbigkit \
+ jpeg:${PORTSDIR}/graphics/jpeg \
+ lcms:${PORTSDIR}/graphics/lcms \
+ png:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
- freetype.8:${PORTSDIR}/print/freetype2 \
- xml2.5:${PORTSDIR}/textproc/libxml2
+ freetype:${PORTSDIR}/print/freetype2 \
+ xml2:${PORTSDIR}/textproc/libxml2
.if !exists(/usr/bin/bzip2)
-LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
+LIB_DEPENDS+= bz2:${PORTSDIR}/archivers/bzip2
.endif
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
@@ -100,7 +100,7 @@ RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu-nox11
CONFIGURE_ARGS+= --without-x --without-mpeg2 --without-wmf
PLIST_SUB+= X11='@comment '
.else
-LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/graphics/libmpeg2 \
+LIB_DEPENDS+= mpeg2:${PORTSDIR}/graphics/libmpeg2 \
wmf.2:${PORTSDIR}/graphics/libwmf
BUILD_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu
RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu