diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-05-18 21:56:18 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-05-18 21:56:18 +0800 |
commit | ca4d7af20d5fa4f43df62f25b700b09b5500ab8c (patch) | |
tree | 233e63fd08f3dd4188d8123719e7cf16a4a1eb40 | |
parent | cda5dfaa28171d1899fa7b10e00647666f539d42 (diff) | |
download | freebsd-ports-gnome-ca4d7af20d5fa4f43df62f25b700b09b5500ab8c.tar.gz freebsd-ports-gnome-ca4d7af20d5fa4f43df62f25b700b09b5500ab8c.tar.zst freebsd-ports-gnome-ca4d7af20d5fa4f43df62f25b700b09b5500ab8c.zip |
- use cups-client as depency
Approved by: miwi
-rw-r--r-- | x11-toolkits/qt33/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 2 | ||||
-rw-r--r-- | x11/kdelibs3/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 7e03ba2c8c3e..a14f4c7e34c1 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -111,7 +111,7 @@ CONFIGURE_ARGS+=-disable-opengl .endif # WITHOUT_OPENGL .if !defined(WITHOUT_CUPS) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include .elif defined(WITHOUT_CUPS) CUPS= diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index 422439f6dfaa..b24d9ca20ba3 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -56,7 +56,7 @@ OPTIONS= CUPS "Enable printing support (requires CUPS)" off \ .include <bsd.port.pre.mk> .if !defined(WITHOUT_CUPS) || defined(PACKAGE_BUILDING) -BUILD_DEPENDS+= cupsd:${PORTSDIR}/print/cups-base +BUILD_DEPENDS+= cupsd:${PORTSDIR}/print/cups-client CUPS= -cups -L${LOCALBASE}/lib -I. -I../../include/Qt -I../../include -I${LOCALBASE}/include .elif defined(WITHOUT_CUPS) CUPS= diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index dce1b6fee566..00ca660ff3b2 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -45,7 +45,7 @@ CONFIGURE_ARGS+=--disable-cups PLIST= ${.CURDIR}/../kdelibs3-nocups/pkg-plist .else CONFLICTS+= kdelibs-nocups-[0-9]* -LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-client .endif USE_BZIP2= yes |