diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-24 08:43:49 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-24 08:43:49 +0000 |
commit | 9716a77feab1f1403700627bd721c2f1e0b26d9d (patch) | |
tree | 25148fc53b5a656a27c502b05019a19d22d4c9fe /print/ghostscript7 | |
parent | 6c89c943f9744fb5d7e21f2423823f20d08fc862 (diff) | |
download | ports-9716a77feab1f1403700627bd721c2f1e0b26d9d.tar.gz ports-9716a77feab1f1403700627bd721c2f1e0b26d9d.zip |
Notes
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 573527954776..f0c1794d8a1a 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -62,7 +62,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print # normazile WRKSRC so things like cups-pstoraster may work WRKSRC= ${WRKDIR}/${PORTNAME} -CONFLICTS= ghostscript-afpl* ghostscript-gpl* +CONFLICTS= ghostscript-gpl* USE_BZIP2= yes USE_GMAKE= yes MAKE_ENV= CC="${CC}" CXX="${CXX}" CFLAGS_STANDARD="${CFLAGS}" \ |