diff options
author | skrll <skrll@pkgsrc.org> | 2002-01-21 12:11:16 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-01-21 12:11:16 +0000 |
commit | e2085318bc641fa6bb67e693e1ba47dbf6dc91cd (patch) | |
tree | cc53dfb570ee457c6a7da9fcfbe24dcb48e9674e /x11 | |
parent | b2040f6f71ac4eb47e7f739faa2236ba759727fc (diff) | |
download | pkgsrc-e2085318bc641fa6bb67e693e1ba47dbf6dc91cd.tar.gz |
Make sure we've got a version of libxml2 that the configure script is
happy with. Reported by Chris Gilbert.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index 48e9c27659f..f78cba5adde 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2002/01/05 06:47:38 tron Exp $ +# $NetBSD: Makefile,v 1.31 2002/01/21 12:11:16 skrll Exp $ DISTNAME= kdelibs-2.2.2 CATEGORIES= x11 @@ -6,6 +6,7 @@ COMMENT= Support libraries for the KDE integrated X11 desktop .include "../../x11/kde2/Makefile.kde2" +BUILDLINK_DEPENDS.libxml2= libxml2>=2.4.8 BUILDLINK_DEPENDS.audiofile= libaudiofile>=0.1.9 BUILDLINK_DEPENDS.qt2-libs= qt2-libs>=2.3.0 |