1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Make the print plug-in conditional on whether or not WITHOUT_PRINT is

specified.

PR:	53071
This commit is contained in:
Joe Marcus Clarke 2003-06-09 04:12:20 +00:00
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

View File

@ -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::

View File

@ -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