diff options
author | markd <markd@pkgsrc.org> | 2004-04-20 13:55:55 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-04-20 13:55:55 +0000 |
commit | 587fb15a94e3de7c5c9ade4ef954f52215cbf4e7 (patch) | |
tree | 1a5a8651f14b2d316ffda76af1ed0a82e91a9091 /games/kdetoys3/Makefile | |
parent | 21890f4a47effa10f5ee270b81e4c25993d01438 (diff) | |
download | pkgsrc-587fb15a94e3de7c5c9ade4ef954f52215cbf4e7.tar.gz |
bl3ify and update to kde3.2.2.
Changes:
* configure: Fix Extraneous message in admin/Makefile.common using --prefix
Diffstat (limited to 'games/kdetoys3/Makefile')
-rw-r--r-- | games/kdetoys3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/kdetoys3/Makefile b/games/kdetoys3/Makefile index d1b086932e8..049b9c035b8 100644 --- a/games/kdetoys3/Makefile +++ b/games/kdetoys3/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.24 2004/04/14 16:15:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.25 2004/04/20 13:55:55 markd Exp $ DISTNAME= kdetoys-${_KDE_VERSION} -PKGREVISION= 1 CATEGORIES= games COMMENT= Toys for the KDE integrated X11 desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_DIRS+= xdg-1.1 -.include "../../meta-pkgs/kde3/buildlink2.mk" -.include "../../x11/kdebase3/buildlink2.mk" +.include "../../meta-pkgs/kde3/kde3.mk" +.include "../../x11/kdebase3/buildlink3.mk" +.include "../../x11/kdelibs3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |