summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-03 00:56:07 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-03 00:56:07 +0000
commit57a1bd47b90adb5885b18400236afa63b1637a7e (patch)
treef76449590f8fa62443bfa185dc9a69049fc21978 /graphics
parentCorrect USE_LIBTOOL usage. (diff)
Add missing run depends.
Notes
Notes: svn path=/head/; revision=33340
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 3d76d3411974..f82adaa0f133 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -29,6 +29,10 @@ BUILD_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 \
mpeg2decode:${PORTSDIR}/graphics/mpeg2codec \
picttoppm:${PORTSDIR}/graphics/netpbm \
fig2dev:${PORTSDIR}/print/transfig
+RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 \
+ mpeg2decode:${PORTSDIR}/graphics/mpeg2codec \
+ picttoppm:${PORTSDIR}/graphics/netpbm \
+ fig2dev:${PORTSDIR}/print/transfig
USE_PERL5= yes
USE_XLIB= yes