aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript7
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-25 20:59:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-25 20:59:37 +0000
commit3ac8c240d980f842253cc9f617901e7ac9fe51ef (patch)
treef9d8ad371b15dd6bd534a9071c3b2df9f424edef /print/ghostscript7
parent9287feae7414e00cf793ae497364063e1562a17e (diff)
Notes
Diffstat (limited to 'print/ghostscript7')
-rw-r--r--print/ghostscript7/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile
index 3f10d1d92f7c..21b54411fdca 100644
--- a/print/ghostscript7/Makefile
+++ b/print/ghostscript7/Makefile
@@ -21,6 +21,8 @@ COMMENT= Ghostscript 7.x PostScript interpreter
LICENSE= GPLv2
+BROKEN= Does not support modern png
+
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libpng.so:${PORTSDIR}/graphics/png
RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts
@@ -46,8 +48,7 @@ MAKE_ENV= CFLAGS_STANDARD="${CFLAGS}" \
XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \
EXTRALIBS="${EXTRALIBS}"
CPPFLAGS+= -fPIC -DUPD_SIGNAL=0 -I. -I${WRKSRC}/gimp-print \
- -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include \
- -I${LOCALBASE}/include/libpng15
+ -I${LOCALBASE}/include
LDFLAGS+= ${XLDFLAGS}
XCFLAGS= ${PTHREAD_CFLAGS}
XLDFLAGS= -L${LOCALBASE}/lib -L${WRKSRC}/gimp-print ${PTHREAD_LIBS}