diff options
author | snj <snj@pkgsrc.org> | 2004-05-03 03:42:22 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-03 03:42:22 +0000 |
commit | 299f33161e65486744e27cf32b0c8fe7917661ec (patch) | |
tree | 43d5b4f0b6d8975816230c6a127cfcab385e6ea1 /misc/koffice11 | |
parent | 5362f01ef1dbc6c7e5e9a8b2579023382ac1cff5 (diff) | |
download | pkgsrc-299f33161e65486744e27cf32b0c8fe7917661ec.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'misc/koffice11')
-rw-r--r-- | misc/koffice11/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/koffice11/Makefile b/misc/koffice11/Makefile index f107c2f4e99..15b547ca585 100644 --- a/misc/koffice11/Makefile +++ b/misc/koffice11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/03/26 02:27:46 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/05/03 03:42:22 snj Exp $ DISTNAME= koffice-1.1.1 PKGREVISION= 6 @@ -18,7 +18,7 @@ COMMENT= KDE Office Suite with text processor, spreadsheet, etc. .include "../../mk/bsd.prefs.mk" .include "../../x11/kde2/Makefile.kde2" -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes REPLACE_PERL= kpresenter/kprconverter.pl # Ensure we export symbols in the linked shared object. @@ -44,7 +44,7 @@ post-install: @# their local directories. ${CHMOD} u+w ${PREFIX}/share/kde/templates/.source/* -.include "../../x11/kde2/buildlink2.mk" -.include "../../x11/kdebase2/buildlink2.mk" +.include "../../x11/kde2/kde2.mk" +.include "../../x11/kdebase2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |