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 /x11-toolkits | |
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
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 2 |
2 files changed, 2 insertions, 2 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= |