summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorcjh <cjh@FreeBSD.org>2000-07-01 17:06:56 +0000
committercjh <cjh@FreeBSD.org>2000-07-01 17:06:56 +0000
commite1c2ab08785c56413ea4e1bfcd1ae0bf370bb31c (patch)
treefbe9faf473ecd5c45a07778f29a27ab7ec2af42f /print
parent812c664367a36ad15ca26e21cc8b267b6ac84870 (diff)
downloadFreeBSD-ports-e1c2ab08785c56413ea4e1bfcd1ae0bf370bb31c.zip
FreeBSD-ports-e1c2ab08785c56413ea4e1bfcd1ae0bf370bb31c.tar.gz
Remove RUN_DEPENDS. It gives you the choice of runtime gs version,
just like many other gs-related ports does. Change MAINTAINER address.
Diffstat (limited to 'print')
-rw-r--r--print/magicfilter/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile
index d8d9ac0..3d6e339 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
OpenPOWER on IntegriCloud