diff options
author | markd <markd@pkgsrc.org> | 2002-10-02 05:34:45 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-10-02 05:34:45 +0000 |
commit | dd247a1484af3874ec351cbf1c426f6ba8c51846 (patch) | |
tree | 899ee1098efe553852a721229b78d732feb1a55b /misc/kdeartwork3/Makefile | |
parent | 240f2a76371e048ed545e2d9f0acc15981319577 (diff) | |
download | pkgsrc-dd247a1484af3874ec351cbf1c426f6ba8c51846.tar.gz |
buildlink1 -> buildlink2
Expand on the DESCR. Partially addresses pkg/18374
Diffstat (limited to 'misc/kdeartwork3/Makefile')
-rw-r--r-- | misc/kdeartwork3/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
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" |