diff options
author | markd <markd> | 2002-10-02 05:34:45 +0000 |
---|---|---|
committer | markd <markd> | 2002-10-02 05:34:45 +0000 |
commit | 9ecd4f6bc0c9d7bb8776f3d060cd130da0b1999a (patch) | |
tree | 899ee1098efe553852a721229b78d732feb1a55b /misc/kdeartwork3 | |
parent | e79103d4e1357a9ea8b64ca68874a8bfac89734e (diff) | |
download | pkgsrc-9ecd4f6bc0c9d7bb8776f3d060cd130da0b1999a.tar.gz |
buildlink1 -> buildlink2
Expand on the DESCR. Partially addresses pkg/18374
Diffstat (limited to 'misc/kdeartwork3')
-rw-r--r-- | misc/kdeartwork3/DESCR | 3 | ||||
-rw-r--r-- | misc/kdeartwork3/Makefile | 9 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/kdeartwork3/DESCR b/misc/kdeartwork3/DESCR index 90ae45773be..c0090712514 100644 --- a/misc/kdeartwork3/DESCR +++ b/misc/kdeartwork3/DESCR @@ -1 +1,2 @@ -KDE provides an integrated X11 based environment, much like CDE. +This package contains additional themes, screensaver, sounds, wallpapers, +widget styles and window styles for KDE. diff --git a/misc/kdeartwork3/Makefile b/misc/kdeartwork3/Makefile index b3644aa4b75..03979595272 100644 --- a/misc/kdeartwork3/Makefile +++ b/misc/kdeartwork3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/28 07:15:34 skrll Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/02 05:34:45 markd Exp $ DISTNAME= kdeartwork-3.0.3 CATEGORIES= misc @@ -6,11 +6,10 @@ COMMENT= Artwork for the KDE integrated X11 desktop .include "../../x11/kde3/Makefile.kde3" -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES .include "../../mk/bsd.prefs.mk" -.include "../../x11/kde3/buildlink.mk" -.include "../../x11/kdebase3/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../x11/kde3/buildlink2.mk" +.include "../../x11/kdebase3/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |