diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-28 16:37:35 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-28 16:37:35 +0000 |
commit | bdbf1030b2f358d66f779dab3f34eb0fc95a8dd9 (patch) | |
tree | 734c691425384bf25023dd6953d0107f8afa963d /graphics/ImageMagick | |
parent | 325ced949d61b94b3f9aec6a1b2a28e989c44271 (diff) | |
download | ports-bdbf1030b2f358d66f779dab3f34eb0fc95a8dd9.tar.gz ports-bdbf1030b2f358d66f779dab3f34eb0fc95a8dd9.zip |
Notes
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 5824dcd6fa21..593f1933664c 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -107,7 +107,7 @@ RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu-nox11 CONFIGURE_ARGS+= --without-x --without-mpeg2 PLIST_SUB+= X11='@comment ' .else -LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/graphics/libmpeg2 +LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 BUILD_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu USE_XLIB= yes |