diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
commit | f07f504808239f4dd6005f79bb145e49b4947c11 (patch) | |
tree | 7811629449e2414bae88ea387269ba55abd90884 /print/scribus | |
parent | a58129d3de9c98ef3845e22d350633da5e5e4a75 (diff) | |
download | ports-f07f504808239f4dd6005f79bb145e49b4947c11.tar.gz ports-f07f504808239f4dd6005f79bb145e49b4947c11.zip |
Notes
Diffstat (limited to 'print/scribus')
-rw-r--r-- | print/scribus/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 179829416d02..79f0f1dbba9d 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://web2.altmuehlnet.de/fschmid/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A comprehensive desktop publishing program -.if defined(WITH_GHOSTSCRIPT_AFP1) && ${WITH_GHOSTSCRIPT_AFP1} == yes +.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes GSPORT?= print/ghostscript-afpl .else GSPORT?= print/ghostscript-gnu @@ -35,12 +35,12 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/scribus/libs \ QTCFGLIBS+= -lm -pre-fetch: +pre-everything:: .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes - @${ECHO} "" - @${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" - @${ECHO} " AFPL Postscript interpreter instead of GNU one" - @${ECHO} "" + @${ECHO_MSG} "" + @${ECHO_MSG} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" + @${ECHO_MSG} " AFPL Postscript interpreter instead of GNU one" + @${ECHO_MSG} "" .endif post-patch: |