summaryrefslogtreecommitdiff
path: root/print/magicfilter
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2000-07-01 17:06:56 +0000
committerCHOI Junho <cjh@FreeBSD.org>2000-07-01 17:06:56 +0000
commit4da0d669e8583989d323a1bb21f3c252a4b7a009 (patch)
tree37e97290d3aa4777d57f22ff67b99c6346926b3e /print/magicfilter
parentUpgrade GNU Pth scratch port to developer version 1.4a2 (diff)
Remove RUN_DEPENDS. It gives you the choice of runtime gs version,
just like many other gs-related ports does. Change MAINTAINER address.
Notes
Notes: svn path=/head/; revision=30046
Diffstat (limited to 'print/magicfilter')
-rw-r--r--print/magicfilter/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile
index d8d9ac0c93e9..3d6e339b84f7 100644
--- a/print/magicfilter/Makefile
+++ b/print/magicfilter/Makefile
@@ -11,11 +11,12 @@ CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/printing
-MAINTAINER= cjh@kr.freebsd.org
+MAINTAINER= cjh@FreeBSD.org
# at least, gs must exist in many case
BUILD_DEPENDS= ${PREFIX}/bin/gs:${PORTSDIR}/print/ghostscript55
-RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
+# to give freedom to choose your favor gs..
+#RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
GNU_CONFIGURE= yes
USE_GMAKE= yes