diff options
author | andreas <andreas@FreeBSD.org> | 2001-03-18 18:03:09 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-03-18 18:03:09 +0800 |
commit | 8c5625808dfbe2e0946882ba57282dbeaac3c053 (patch) | |
tree | 8e383a72c3782cad134c5fbc482d66f9cc488c1d /print | |
parent | 0a63605b9321b0a52f139d39888dfcec5b59e404 (diff) | |
download | freebsd-ports-gnome-8c5625808dfbe2e0946882ba57282dbeaac3c053.tar.gz freebsd-ports-gnome-8c5625808dfbe2e0946882ba57282dbeaac3c053.tar.zst freebsd-ports-gnome-8c5625808dfbe2e0946882ba57282dbeaac3c053.zip |
one gs runtime dependency too much after adding the knobs to choose
between gs with/without X11. doesn't bump portrevision, because it
doesn't bring any more benefit for the port.
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/scripts/configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure index 8177fd728ca9..b9aed1ac6bf8 100644 --- a/print/apsfilter/scripts/configure +++ b/print/apsfilter/scripts/configure @@ -72,7 +72,6 @@ while [ "$1" ]; do echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript6-nox11 ;; \"GS_PDF_CRYPT\") - echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript6 echo PDFENCRYPT=YES ;; \"PSUTILS\") |