View | Details | Raw Unified | Return to bug 134641
Collapse All | Expand All

(-)print/libgnomecups/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
MAINTAINER=	gnome@FreeBSD.org
16
MAINTAINER=	gnome@FreeBSD.org
17
COMMENT=	Support library for gnome cups admistration
17
COMMENT=	Support library for gnome cups admistration
18
18
19
LIB_DEPENDS=	cups.2:${PORTSDIR}/print/cups-base
19
LIB_DEPENDS=	cups.2:${PORTSDIR}/print/cups-client
20
20
21
USE_BZIP2=	yes
21
USE_BZIP2=	yes
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
(-)x11-toolkits/gtk20/Makefile (-1 / +1 lines)
Lines 64-70 Link Here
64
64
65
.if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && \
65
.if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && \
66
	!defined(WITHOUT_CUPS)
66
	!defined(WITHOUT_CUPS)
67
LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-base
67
LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-client
68
CONFIGURE_ARGS+=--enable-cups=auto
68
CONFIGURE_ARGS+=--enable-cups=auto
69
PLIST_SUB+=	CUPS:=""
69
PLIST_SUB+=	CUPS:=""
70
.else
70
.else

Return to bug 134641