diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-05-20 05:05:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-05-20 05:05:16 +0800 |
commit | 50fa5229dfdad16ab2527a14952c852fbfe71d21 (patch) | |
tree | 8c27460094d8093caf683ed878bef01fc245fbd8 /x11-toolkits | |
parent | 5e201a6bdda1352c376a462c7eaa9294be079523 (diff) | |
download | freebsd-ports-gnome-50fa5229dfdad16ab2527a14952c852fbfe71d21.tar.gz freebsd-ports-gnome-50fa5229dfdad16ab2527a14952c852fbfe71d21.tar.zst freebsd-ports-gnome-50fa5229dfdad16ab2527a14952c852fbfe71d21.zip |
- fix BUILD_DEPENDS
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index b24d9ca20ba3..beafdffe3425 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-client +BUILD_DEPENDS+= ${LOCALBASE}/lib/libcups.a:${PORTSDIR}/print/cups-client CUPS= -cups -L${LOCALBASE}/lib -I. -I../../include/Qt -I../../include -I${LOCALBASE}/include .elif defined(WITHOUT_CUPS) CUPS= |