diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-08 19:04:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-08 19:04:01 +0000 |
commit | d776b34fa445ddb12205ac68f32539fd53429d4f (patch) | |
tree | 5cf57b88a32c6e6c47cc0bfafcf12ecfc7ed3310 | |
parent | e8a08c3fc39f8f6df7b9c0225a7adf2fd04b8bf0 (diff) | |
download | pkgsrc-d776b34fa445ddb12205ac68f32539fd53429d4f.tar.gz |
Remove BUILDLINK_DEPENDS.* that refers older versions than mandated by
the buildlink2.mk file.
-rw-r--r-- | x11/kdelibs2/Makefile | 3 | ||||
-rw-r--r-- | x11/kdelibs3/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index 9594ebe5f29..558be9cce27 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2002/10/01 11:58:56 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2002/10/08 19:04:01 wiz Exp $ DISTNAME= kdelibs-2.2.2 PKGREVISION= 3 @@ -9,7 +9,6 @@ COMMENT= Support libraries for the KDE integrated X11 desktop CONFLICTS= arts-[1-9]* -BUILDLINK_DEPENDS.audiofile= libaudiofile>=0.1.9 BUILDLINK_DEPENDS.qt2-libs= qt2-libs>=2.3.1nb2 USE_BUILDLINK2= YES diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 5f830da6183..9f1ad82a140 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/10/06 03:41:30 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2002/10/08 19:04:01 wiz Exp $ DISTNAME= kdelibs-3.0.3 PKGREVISION= 1 @@ -9,7 +9,6 @@ COMMENT= Support libraries for the KDE integrated X11 desktop CONFLICTS+= koffice3<=1.1.1 -BUILDLINK_DEPENDS.audiofile= libaudiofile>=0.1.9 BUILDLINK_DEPENDS.qt3-libs= qt3-libs>=3.0.3 USE_BUILDLINK2= YES |