diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 14:11:09 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 14:11:09 +0000 |
commit | 57891cda0a771da389c93a6cf10948c39b8a99ce (patch) | |
tree | c958efacae31d0663094f85f98be04a49ce4e210 /misc/koffice | |
parent | e048c6c3e67a4a442b6c3e04c8d56e6779dc2c73 (diff) | |
download | pkgsrc-57891cda0a771da389c93a6cf10948c39b8a99ce.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'misc/koffice')
-rw-r--r-- | misc/koffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 5f1db1bd0db..b35a2ae731f 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/01/23 21:50:47 jmmv Exp $ +# $NetBSD: Makefile,v 1.33 2004/01/24 14:11:10 grant Exp $ DISTNAME= koffice-1.2.1 PKGREVISION= 8 @@ -19,7 +19,7 @@ COMMENT= KDE Office Suite CONFLICTS+= koffice3-[0-9]* USE_BUILDLINK2= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make GNU_CONFIGURE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |