From e1c2ab08785c56413ea4e1bfcd1ae0bf370bb31c Mon Sep 17 00:00:00 2001 From: cjh Date: Sat, 1 Jul 2000 17:06:56 +0000 Subject: Remove RUN_DEPENDS. It gives you the choice of runtime gs version, just like many other gs-related ports does. Change MAINTAINER address. --- print/magicfilter/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'print') 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 -- cgit v1.1