View Single Post
  #2   (View Single Post)  
Old 13th August 2010
Pjoter's Avatar
Pjoter Pjoter is offline
Shell Scout
 
Join Date: Sep 2008
Posts: 92
Default

Hello,

that reminds me the situation when the gtk wasn't compilled within support for CUPS. This is the section of Makefile for gtk2:

Code:
.if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && \
	!defined(WITHOUT_CUPS)
LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-client
CONFIGURE_ARGS+=--enable-cups=auto
PLIST_SUB+=	CUPS:=""
.else
CONFIGURE_ARGS+=--disable-cups
PLIST_SUB+=	CUPS:="@comment "
.endif
Now the question how was that compilled if you are using packages not ports?

Piotr.
Reply With Quote