diff options
author | skrll <skrll@pkgsrc.org> | 2001-12-07 10:59:31 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-12-07 10:59:31 +0000 |
commit | a334152dde55142d6ce551a46c252c758bbb1526 (patch) | |
tree | 354baf763ecfb8c4d307e916eecb2c9924b1521f | |
parent | 1ff09b25bf85729d471b465847da1bfe7bd282cf (diff) | |
download | pkgsrc-a334152dde55142d6ce551a46c252c758bbb1526.tar.gz |
Remove an old (commented out) DEPENDS line.
-rw-r--r-- | x11/kdelibs2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index 26dd1f2fd4c..775db36e6f1 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2001/12/07 07:22:47 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2001/12/07 10:59:31 skrll Exp $ DISTNAME= kdelibs-2.2.2 CATEGORIES= x11 @@ -6,7 +6,6 @@ COMMENT= Support libraries for the KDE integrated X11 desktop .include "../../x11/kde2/Makefile.kde2" -#DEPENDS+= jade>=1.2.1:../../textproc/jade BUILDLINK_DEPENDS.audiofile= libaudiofile>=0.1.9 USE_BUILDLINK_ONLY= YES |