mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Make the print plug-in conditional on whether or not WITHOUT_PRINT is
specified. PR: 53071
This commit is contained in:
parent
f390ff8ee2
commit
cdf8b90a60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82561
2 changed files with 3 additions and 1 deletions
|
@ -57,8 +57,10 @@ MAN5= gimprc.5 gimprc-1.2.5
|
||||||
|
|
||||||
.if defined(WITHOUT_PRINT)
|
.if defined(WITHOUT_PRINT)
|
||||||
CONFIGURE_ARGS+= --disable-print
|
CONFIGURE_ARGS+= --disable-print
|
||||||
|
PLIST_SUB+= PRINT="@comment "
|
||||||
.else
|
.else
|
||||||
LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print
|
LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print
|
||||||
|
PLIST_SUB+= PRINT=""
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
pre-everything::
|
pre-everything::
|
||||||
|
|
|
@ -211,7 +211,7 @@ libexec/gimp/1.2/plug-ins/plugindetails
|
||||||
libexec/gimp/1.2/plug-ins/png
|
libexec/gimp/1.2/plug-ins/png
|
||||||
libexec/gimp/1.2/plug-ins/pnm
|
libexec/gimp/1.2/plug-ins/pnm
|
||||||
libexec/gimp/1.2/plug-ins/polar
|
libexec/gimp/1.2/plug-ins/polar
|
||||||
libexec/gimp/1.2/plug-ins/print
|
%%PRINT%%libexec/gimp/1.2/plug-ins/print
|
||||||
libexec/gimp/1.2/plug-ins/ps
|
libexec/gimp/1.2/plug-ins/ps
|
||||||
libexec/gimp/1.2/plug-ins/psd
|
libexec/gimp/1.2/plug-ins/psd
|
||||||
libexec/gimp/1.2/plug-ins/psp
|
libexec/gimp/1.2/plug-ins/psp
|
||||||
|
|
Loading…
Add table
Reference in a new issue