diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-03 23:07:40 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-03 23:07:40 +0800 |
commit | 596ab23920d5872ef04f4ae3a3889ae3659bdd34 (patch) | |
tree | 18fd61c4abf1bfcc6ddca54dfa31f532cdaeff18 /print | |
parent | fc73be32f5b59aa5d001b9b65000f51044b1671a (diff) | |
download | marcuscom-ports-596ab23920d5872ef04f4ae3a3889ae3659bdd34.tar marcuscom-ports-596ab23920d5872ef04f4ae3a3889ae3659bdd34.tar.gz marcuscom-ports-596ab23920d5872ef04f4ae3a3889ae3659bdd34.tar.bz2 marcuscom-ports-596ab23920d5872ef04f4ae3a3889ae3659bdd34.tar.lz marcuscom-ports-596ab23920d5872ef04f4ae3a3889ae3659bdd34.tar.xz marcuscom-ports-596ab23920d5872ef04f4ae3a3889ae3659bdd34.tar.zst marcuscom-ports-596ab23920d5872ef04f4ae3a3889ae3659bdd34.zip |
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
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomeprint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |