mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Catch up with ghostscript changes.
This commit is contained in:
parent
bc7bb825f5
commit
f84b0c1cc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392864
1 changed files with 7 additions and 3 deletions
|
@ -225,7 +225,11 @@ PLIST_SUB+= TIFF="@comment "
|
|||
|
||||
.if ${PORT_OPTIONS:MGSLIB}
|
||||
CONFIGURE_ARGS+= --with-gslib
|
||||
USE_GHOSTSCRIPT= yes
|
||||
. if ${PORT_OPTIONS:MX11}
|
||||
USES+= ghostscript
|
||||
. else
|
||||
USES+= ghostscript:nox11
|
||||
. endif
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-gslib
|
||||
.endif
|
||||
|
@ -358,7 +362,7 @@ PLIST_SUB+= PANGO="@comment "
|
|||
|
||||
# PDF (Adobe Portable Document Format) support
|
||||
.if ${PORT_OPTIONS:MPDF}
|
||||
USE_GHOSTSCRIPT= yes
|
||||
USES+= ghostscript
|
||||
.endif
|
||||
|
||||
.if ! ${PORT_OPTIONS:MX11}
|
||||
|
@ -381,7 +385,7 @@ INSTALL_TARGET= install-strip
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MTESTS}
|
||||
USE_GHOSTSCRIPT_BUILD=yes
|
||||
USES+= ghostscript:build
|
||||
.endif
|
||||
|
||||
.if defined(USER) && ${USER} == kwm
|
||||
|
|
Loading…
Add table
Reference in a new issue