diff options
author | jlam <jlam> | 2003-01-29 06:45:47 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-01-29 06:45:47 +0000 |
commit | c9b7d7fa2488e9498fccc1e272c6a7971ea1f35a (patch) | |
tree | 43ed8a65eab446ccca76aa746a8dea7e276179b9 /chat/psi/Makefile | |
parent | d5b17f56347af13f49d7c382c55cbaaea1b8f4d0 (diff) | |
download | pkgsrc-c9b7d7fa2488e9498fccc1e272c6a7971ea1f35a.tar.gz |
Clean up hard-coded /usr/X11R6/include from the header search path, and
just have BUILD_DEPENDency on qt3-tools instead of the full one.
Diffstat (limited to 'chat/psi/Makefile')
-rw-r--r-- | chat/psi/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile index 262d626b04c..6db3d8ed4ef 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/01/03 20:05:21 lha Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/29 06:45:47 jlam Exp $ DISTNAME= psi-0.8.7 CATEGORIES= chat @@ -9,6 +9,9 @@ MAINTAINER= jdolecek@netbsd.org HOMEPAGE= http://psi.affinix.com/ COMMENT= PSI Jabber Client +# need qt3 3.0.4nb2, for qmake +BUILD_DEPENDS+= qt3-tools>=3.0.4nb2:../../x11/qt3-tools + USE_BUILDLINK2= yes USE_GMAKE= yes USE_LIBTOOL= yes @@ -19,12 +22,7 @@ BUILD_DIRS= ${WRKSRC}/src CONFIGURE_ARGS+= -p ${PREFIX} -BUILDLINK_DEPENDS_METHOD.qt3-tools= build -# need qt3 3.0.4nb2, for qmake -BUILDLINK_DEPENDS.qt3-tools= qt3-tools>=3.0.4nb2 - .include "../../graphics/freetype2/buildlink2.mk" .include "../../x11/qt3-libs/buildlink2.mk" -.include "../../x11/qt3-tools/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |