diff options
Diffstat (limited to 'print/ghostscript7/Makefile')
-rw-r--r-- | print/ghostscript7/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 4bb40979b45f..c4579ab79739 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -7,7 +7,7 @@ PORTNAME= ghostscript7 PORTVERSION= 7.07 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= print MASTER_SITES= SF/ghostscript/gnu-gs/${PORTVERSION}:gs_srcs \ ${MASTER_SITE_PORTS_JP:S/$/:ports_jp,ports_jp_gs/} \ @@ -23,7 +23,7 @@ MAINTAINER= doceng@FreeBSD.org COMMENT= Ghostscript 7.x PostScript interpreter LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - png.6:${PORTSDIR}/graphics/png + png15:${PORTSDIR}/graphics/png RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts # normazile WRKSRC so things like cups-pstoraster may work @@ -43,7 +43,8 @@ MAKE_ENV= CFLAGS_STANDARD="${CFLAGS}" \ MAKE_JOBS_UNSAFE= yes CONFIGURE_ENV= ${MAKE_ENV} -CPPFLAGS+= -DUPD_SIGNAL=0 -I. -I${WRKSRC}/gimp-print -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include +CPPFLAGS+= -DUPD_SIGNAL=0 -I. -I${WRKSRC}/gimp-print -I${LOCALBASE}/include/libpng \ + -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 LDFLAGS+= ${XLDFLAGS} CONFIGURE_ARGS= --disable-compile-inits \ --with-ijs |