1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

- Re-enable PDF support now when default Ghostscript is -gpl

Submitted by:	rafan
This commit is contained in:
Pav Lucistnik 2007-04-02 23:01:25 +00:00
parent 0486e0af1d
commit e8cb8584f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189056

View File

@ -64,12 +64,16 @@ OPTIONS= X11 "X11 support" on \
IMAGEMAGICK_DOT "GraphViz dot graphs support" off \
IMAGEMAGICK_WMF "WMF format support" off \
IMAGEMAGICK_SVG "SVG format support" off \
IMAGEMAGICK_PDF "PDF format support" off \
IMAGEMAGICK_PDF "PDF format support" on \
IMAGEMAGICK_MPEG2 "MPEG2 format support" on \
IMAGEMAGICK_GSLIB "libgs (Postscript SHLIB) support" off
.include <bsd.port.pre.mk>
.if defined(WITH_GHOSTSCRIPT_GNU)
IGNORE= requires newer version of ghostscript
.endif
.if !defined(WITHOUT_IMAGEMAGICK_PERL)
CONFIGURE_ARGS+= --with-perl=${PERL5}
PLIST_SUB+= WITH_PERL=''
@ -142,7 +146,6 @@ PLIST_SUB+= TIFF="@comment "
.if defined(WITH_IMAGEMAGICK_GSLIB)
CONFIGURE_ARGS+= --with-gslib
USE_GHOSTSCRIPT= yes
WITH_GHOSTSCRIPT_AFPL= yes
.else
CONFIGURE_ARGS+= --without-gslib
.endif
@ -249,9 +252,8 @@ CONFIGURE_ARGS+= --without-rsvg
.endif
# PDF (Adobe Portable Document Format) support
.if defined(WITH_IMAGEMAGICK_PDF)
.if !defined(WITHOUT_IMAGEMAGICK_PDF)
USE_GHOSTSCRIPT= yes
WITH_GHOSTSCRIPT_AFPL= yes
.endif
.if defined(WITHOUT_X11)