mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Disable CUPS support by default.
This brings gimp-print in-line with the other GNOME-related apps and libs, which only enable CUPS support if explicitly requested.
This commit is contained in:
parent
2404e64122
commit
ce7d36f4ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123061
@ -33,13 +33,14 @@ INFO= gimpprint
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
.if defined(WITHOUT_CUPS)
|
||||
PLIST_SUB+= CUPS="@comment "
|
||||
.else
|
||||
.if defined(WITH_CUPS) && !defined(WITHOUT_CUPS)
|
||||
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
|
||||
RUN_DEPENDS+= espgs:${PORTSDIR}/print/cups-pstoraster
|
||||
CONFIGURE_ARGS+= --with-cups=${PREFIX}
|
||||
PLIST_SUB+= CUPS=""
|
||||
.else
|
||||
PLIST_SUB+= CUPS="@comment "
|
||||
CONFIGURE_ARGS+= --without-cups
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_IJS)
|
||||
|
@ -33,13 +33,14 @@ INFO= gimpprint
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
.if defined(WITHOUT_CUPS)
|
||||
PLIST_SUB+= CUPS="@comment "
|
||||
.else
|
||||
.if defined(WITH_CUPS) && !defined(WITHOUT_CUPS)
|
||||
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
|
||||
RUN_DEPENDS+= espgs:${PORTSDIR}/print/cups-pstoraster
|
||||
CONFIGURE_ARGS+= --with-cups=${PREFIX}
|
||||
PLIST_SUB+= CUPS=""
|
||||
.else
|
||||
PLIST_SUB+= CUPS="@comment "
|
||||
CONFIGURE_ARGS+= --without-cups
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_IJS)
|
||||
|
@ -33,13 +33,14 @@ INFO= gimpprint
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
.if defined(WITHOUT_CUPS)
|
||||
PLIST_SUB+= CUPS="@comment "
|
||||
.else
|
||||
.if defined(WITH_CUPS) && !defined(WITHOUT_CUPS)
|
||||
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
|
||||
RUN_DEPENDS+= espgs:${PORTSDIR}/print/cups-pstoraster
|
||||
CONFIGURE_ARGS+= --with-cups=${PREFIX}
|
||||
PLIST_SUB+= CUPS=""
|
||||
.else
|
||||
PLIST_SUB+= CUPS="@comment "
|
||||
CONFIGURE_ARGS+= --without-cups
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_IJS)
|
||||
|
Loading…
Reference in New Issue
Block a user