diff options
author | andreas <andreas@FreeBSD.org> | 2004-09-24 04:17:35 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2004-09-24 04:17:35 +0800 |
commit | ef5ea814ed136bc0d62d50041c329ae9c7dcfac7 (patch) | |
tree | f4a718be77c6bec2e79e6cdac6608164ebef10dc | |
parent | 17632181a804ff1dd136a492012f6561fb6f0edc (diff) | |
download | freebsd-ports-gnome-ef5ea814ed136bc0d62d50041c329ae9c7dcfac7.tar.gz freebsd-ports-gnome-ef5ea814ed136bc0d62d50041c329ae9c7dcfac7.tar.zst freebsd-ports-gnome-ef5ea814ed136bc0d62d50041c329ae9c7dcfac7.zip |
- the GS_NO_X11 case in configure script needs more work
- no version bump, since last commit only 5 minutes ago
Approved by: portmgr (implicit)
-rw-r--r-- | print/apsfilter/scripts/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure index 3488e5ca8caa..9f15f5825ddd 100644 --- a/print/apsfilter/scripts/configure +++ b/print/apsfilter/scripts/configure @@ -69,7 +69,8 @@ while [ "$1" ]; do echo RUN_DEPENDS+=gs:${PORTSDIR}/${GHOSTSCRIPT_PORT} ;; \"GS_NO_X11\") - echo RUN_DEPENDS+=gs:${PORTSDIR}/${GHOSTSCRIPT_PORT} + echo WITHOUT_X11=yes + echo RUN_DEPENDS+=gs:${PORTSDIR}/${GHOSTSCRIPT_PORT}-nox11 ;; \"GS_PDF_CRYPT\") echo PDFENCRYPT=YES |