From 596ab23920d5872ef04f4ae3a3889ae3659bdd34 Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 3 Aug 2004 15:07:40 +0000 Subject: libgnomeprint now wants libgnomecups-1.0.so, not just libcups.so. Hooray for more gnome_upgrade.sh headaches! git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2600 df743ca5-7f9a-e211-a948-0013205c9059 --- print/libgnomeprint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print') diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 925248ee9..09f18818f 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -37,7 +37,7 @@ WITH_CUPS= yes .if defined(WITH_CUPS) && !defined(WITHOUT_CUPS) CONFIGURE_ARGS+= --with-cups -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= gnomecups-1.0:${PORTSDIR}/print/libgnomecups PLIST_SUB+= CUPS:="" .else CONFIGURE_ARGS+= --without-cups -- cgit