ports/120521: [PATCH] print/libgnomeprint: Respect if user wants to disable CUPS

mezz at FreeBSD.org mezz at FreeBSD.org
Tue Feb 12 13:43:35 PST 2008


Synopsis: [PATCH] print/libgnomeprint: Respect if user wants to disable CUPS

State-Changed-From-To: open->closed
State-Changed-By: mezz
State-Changed-When: Tue Feb 12 21:42:09 UTC 2008
State-Changed-Why: 
Committed, thanks! There was a typo, GUPS -> CUPS and it's best to have this

if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && !defined(WITHOUT_CUPS)

than this:

.if defined(WITH_CUPS) || (exists(${LOCALBASE}/lib/libcups.so) && !defined(WITHOUT_CUPS))

http://www.freebsd.org/cgi/query-pr.cgi?pr=120521


More information about the freebsd-gnome mailing list