diff options
author | rafan <rafan@FreeBSD.org> | 2007-09-24 16:43:49 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-09-24 16:43:49 +0800 |
commit | 9397fc74cb812746e09945b0570a56c48bdb10a3 (patch) | |
tree | b7f523bbb8b4184ee0987913e2f19eeab8404ff6 /print/ghostscript7 | |
parent | 47fdf09cb38d6c92e96a09df04c9470aea4fbe47 (diff) | |
download | freebsd-ports-gnome-9397fc74cb812746e09945b0570a56c48bdb10a3.tar.gz freebsd-ports-gnome-9397fc74cb812746e09945b0570a56c48bdb10a3.tar.zst freebsd-ports-gnome-9397fc74cb812746e09945b0570a56c48bdb10a3.zip |
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.
Approved by: portmgr (pav)
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}" \ |