diff options
author | cjh <cjh@FreeBSD.org> | 2000-07-02 01:06:56 +0800 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2000-07-02 01:06:56 +0800 |
commit | e1c2ab08785c56413ea4e1bfcd1ae0bf370bb31c (patch) | |
tree | fbe9faf473ecd5c45a07778f29a27ab7ec2af42f /print | |
parent | 812c664367a36ad15ca26e21cc8b267b6ac84870 (diff) | |
download | freebsd-ports-gnome-e1c2ab08785c56413ea4e1bfcd1ae0bf370bb31c.tar.gz freebsd-ports-gnome-e1c2ab08785c56413ea4e1bfcd1ae0bf370bb31c.tar.zst freebsd-ports-gnome-e1c2ab08785c56413ea4e1bfcd1ae0bf370bb31c.zip |
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/Makefile | 5 |
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 |