diff options
author | jlam <jlam> | 2002-09-20 19:29:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-20 19:29:27 +0000 |
commit | 5f3410b05e794f071ede87f69537ac46680dd85b (patch) | |
tree | 9c98e51a875e8e2cde9033b43ca2977430dc7303 /misc/koffice | |
parent | 81dabe9374e67575181e364b05c01a15c0c0efd3 (diff) | |
download | pkgsrc-5f3410b05e794f071ede87f69537ac46680dd85b.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'misc/koffice')
-rw-r--r-- | misc/koffice/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index a4819371896..bbc0e6082a2 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2002/09/20 11:44:15 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2002/09/20 19:29:27 jlam Exp $ + +.include "../koffice/Makefile.common" DISTNAME= koffice-${VERSION} PKGREVISION= 1 @@ -6,16 +8,15 @@ MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.1.1/src/ \ ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.1.1/src/ \ ftp://ftp.de.kde.org/pub/kde/stable/koffice-1.1.1/src/ -.include "../../x11/kde2/Makefile.kde2" - MAINTAINER= jschauma@netbsd.org +.include "../../x11/kde2/Makefile.kde2" + BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb2:../../x11/qt2-designer-kde -USE_BUILDLINK_ONLY= # defined +USE_BUILDLINK2= # defined + +.include "../../x11/kde2/buildlink2.mk" +.include "../../x11/kdebase2/buildlink2.mk" -.include "../../x11/kde2/buildlink.mk" -.include "../../x11/kdebase2/buildlink.mk" -.include "../../misc/koffice/Makefile.common" -.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |