diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2004-09-23 20:17:35 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2004-09-23 20:17:35 +0000 |
commit | 43671a6defa461d793328bc935564ac9cb0e1233 (patch) | |
tree | fa5e4c90d7fcafb0e4d1c9e51c877c0b9e6e390b /print | |
parent | 672fbdb458a3e9871978980171965789027a473a (diff) | |
download | ports-43671a6defa461d793328bc935564ac9cb0e1233.tar.gz ports-43671a6defa461d793328bc935564ac9cb0e1233.zip |
Notes
Diffstat (limited to 'print')
-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 |