mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00: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
@ -57,8 +57,10 @@ MAN5= gimprc.5 gimprc-1.2.5
|
||||
|
||||
.if defined(WITHOUT_PRINT)
|
||||
CONFIGURE_ARGS+= --disable-print
|
||||
PLIST_SUB+= PRINT="@comment "
|
||||
.else
|
||||
LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print
|
||||
PLIST_SUB+= PRINT=""
|
||||
.endif
|
||||
|
||||
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/pnm
|
||||
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/psd
|
||||
libexec/gimp/1.2/plug-ins/psp
|
||||
|
Loading…
Reference in New Issue
Block a user