diff options
Diffstat (limited to 'misc')
71 files changed, 142 insertions, 142 deletions
diff --git a/misc/bottlerocket/Makefile b/misc/bottlerocket/Makefile index d844b07e202..5e2cb5fc2df 100644 --- a/misc/bottlerocket/Makefile +++ b/misc/bottlerocket/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/03/24 21:12:57 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:14 jlam Exp $ DISTNAME= bottlerocket-0.04c CATEGORIES= misc @@ -8,7 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://mlug.missouri.edu/~tymm/ COMMENT= Home Automation Software for the X10 FireCracker kit -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake GNU_CONFIGURE= yes BUILD_TARGET= br diff --git a/misc/celestia/Makefile.common b/misc/celestia/Makefile.common index 6e6d6a5aa0c..4d60666239c 100644 --- a/misc/celestia/Makefile.common +++ b/misc/celestia/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2005/04/11 21:46:33 tv Exp $ +# $NetBSD: Makefile.common,v 1.17 2005/05/22 20:08:14 jlam Exp $ DISTNAME= celestia-${CELESTIA_VERS} CATEGORIES= misc x11 @@ -12,7 +12,7 @@ PATCHDIR= ${.CURDIR}/../../misc/celestia/patches CELESTIA_VERS= 1.3.2 -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_LANGUAGES= c++ USE_LIBTOOL= yes USE_X11= yes diff --git a/misc/cuecat/Makefile b/misc/cuecat/Makefile index 7475ce76625..2bf11569045 100644 --- a/misc/cuecat/Makefile +++ b/misc/cuecat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/24 14:11:09 grant Exp $ +# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:14 jlam Exp $ # DISTNAME= cuecat-0.2.1 @@ -15,7 +15,7 @@ NO_SOURCE_ON_CDROM= ${NO_SOURCE_ON_FTP} NO_BIN_ON_FTP= ${NO_SOURCE_ON_FTP} NO_BIN_ON_CDROM= ${NO_SOURCE_ON_FTP} -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake do-install: ${INSTALL_PROGRAM} ${WRKSRC}/read_cuecat ${PREFIX}/bin diff --git a/misc/cuetools/Makefile b/misc/cuetools/Makefile index f04270d5a6f..09aa45e218f 100644 --- a/misc/cuetools/Makefile +++ b/misc/cuetools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:34 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:14 jlam Exp $ # DISTNAME= cuetools-1.2 @@ -11,7 +11,7 @@ COMMENT= Set of utilities to manipulate cue and toc files PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake INSTALLATION_DIRS= bin man/man1 diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index c066a6be1ae..532c4d1a910 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/04/11 21:46:34 tv Exp $ +# $NetBSD: Makefile,v 1.28 2005/05/22 20:08:14 jlam Exp $ DISTNAME= dialog-0.6z PKGREVISION= 3 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/shell/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Display dialog boxes from shell scripts -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* NetBSD-1.6[A-P]-* diff --git a/misc/dpkg/Makefile b/misc/dpkg/Makefile index c79971120d5..293aaa4a53b 100644 --- a/misc/dpkg/Makefile +++ b/misc/dpkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:34 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:15 jlam Exp $ # DISTNAME= ${PKGNAME:S,-,_,} @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME} USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_NCURSES= # tigetstr() USE_PERL5= build USE_PKGINSTALL= yes diff --git a/misc/elizatalk/Makefile b/misc/elizatalk/Makefile index f3fe2da2f6f..4c866d552f7 100644 --- a/misc/elizatalk/Makefile +++ b/misc/elizatalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/04/24 22:46:11 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:15 jlam Exp $ DISTNAME= elizatalk-0.4 CATEGORIES= misc @@ -9,6 +9,6 @@ HOMEPAGE= http://elizatalk.sourceforge.net/ COMMENT= Eliza talkback program WRKSRC= ${WRKDIR}/elizatalk-src -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../mk/bsd.pkg.mk" diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 001e4d1852a..d94ecff1c3d 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:34 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:15 jlam Exp $ # DISTNAME= getopt-1.1.3 @@ -11,7 +11,7 @@ COMMENT= Program to help shell scripts parse command-line parameters PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake INSTALLATION_DIRS= bin man/man1 diff --git a/misc/gkrellm-flynn/Makefile b/misc/gkrellm-flynn/Makefile index 1f1005da0ef..f8f920657bf 100644 --- a/misc/gkrellm-flynn/Makefile +++ b/misc/gkrellm-flynn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:34 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:15 jlam Exp $ # DISTNAME= gkrellflynn-0.8 @@ -11,7 +11,7 @@ MAINTAINER= cube@NetBSD.org HOMEPAGE= http://horus.comlab.uni-rostock.de/flynn/ COMMENT= GKrellM2 plugin that shows system load with a DooM marine -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake BUILD_TARGET= gkrellm2 INSTALL_TARGET= installgkrellm2 diff --git a/misc/gkrellm-weather/Makefile b/misc/gkrellm-weather/Makefile index ba9be26f597..1974c2352b7 100644 --- a/misc/gkrellm-weather/Makefile +++ b/misc/gkrellm-weather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:34 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:15 jlam Exp $ DISTNAME= gkrellweather-2.0.6 PKGNAME= gkrellm-weather-2.0.6 @@ -14,7 +14,7 @@ COMMENT= Gkrellm2 weather plugin DEPENDS+= wget>=1.8:../../net/wget BUILD_USES_MSGFMT= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_PKGLOCALEDIR= YES BUILD_TARGET= gkrellweather.so diff --git a/misc/gnome2-user-docs/Makefile b/misc/gnome2-user-docs/Makefile index c0aed3062c9..f8f0b035c46 100644 --- a/misc/gnome2-user-docs/Makefile +++ b/misc/gnome2-user-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:46:34 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/05/22 20:08:15 jlam Exp $ # DISTNAME= gnome2-user-docs-2.8.1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= The GNOME 2 users guide USE_DIRS+= gnome2-1.5 -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_X11= yes diff --git a/misc/gnome2-utils/Makefile b/misc/gnome2-utils/Makefile index 719ba63ce38..ae4f6ebcf77 100644 --- a/misc/gnome2-utils/Makefile +++ b/misc/gnome2-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2005/05/19 21:12:21 jmmv Exp $ +# $NetBSD: Makefile,v 1.39 2005/05/22 20:08:15 jlam Exp $ # DISTNAME= gnome-utils-2.10.1 @@ -13,7 +13,7 @@ COMMENT= Set of useful GNOME2 utilities and applications BUILD_USES_MSGFMT= yes USE_PERL5= build -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes USE_X11= yes diff --git a/misc/gok/Makefile b/misc/gok/Makefile index 04d3e7aef13..68f9f97f0cd 100644 --- a/misc/gok/Makefile +++ b/misc/gok/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/05/19 21:09:25 jmmv Exp $ +# $NetBSD: Makefile,v 1.26 2005/05/22 20:08:15 jlam Exp $ # DISTNAME= gok-1.0.3 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME On-Screen Keyboard USE_DIRS+= gnome2-1.5 -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes USE_X11= yes diff --git a/misc/gperiodic/Makefile b/misc/gperiodic/Makefile index a323691d2ed..78eb9fd4403 100644 --- a/misc/gperiodic/Makefile +++ b/misc/gperiodic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/04/26 14:53:02 drochner Exp $ +# $NetBSD: Makefile,v 1.31 2005/05/22 20:08:15 jlam Exp $ DISTNAME= gperiodic-2.0.8 CATEGORIES= misc x11 @@ -13,7 +13,7 @@ BUILD_USES_MSGFMT= # defined USE_DIRS+= gnome1-1.5 USE_PKGLOCALEDIR= # defined USE_X11= # defined -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED BUILDLINK_TRANSFORM+= rm:-DGDK_DISABLE_DEPRECATED diff --git a/misc/gxmame/Makefile b/misc/gxmame/Makefile index b7930eaa6ec..6f8bfa0b64a 100644 --- a/misc/gxmame/Makefile +++ b/misc/gxmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:46:35 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/05/22 20:08:15 jlam Exp $ # DISTNAME= gxmame-0.35beta1 @@ -15,7 +15,7 @@ DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes USE_X11= yes diff --git a/misc/kanjipad/Makefile b/misc/kanjipad/Makefile index f0d968e1a88..887eb97e962 100644 --- a/misc/kanjipad/Makefile +++ b/misc/kanjipad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:35 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/05/22 20:08:15 jlam Exp $ # DISTNAME= kanjipad-2.0.0 @@ -10,7 +10,7 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://fishsoup.net/software/kanjipad/ COMMENT= Japanese handwriting recognition -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_PERL5= build .include "../../devel/pkgconfig/buildlink3.mk" diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile index e3b10e6f794..01719910d6f 100644 --- a/misc/kdepim3/Makefile +++ b/misc/kdepim3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2005/04/11 21:46:35 tv Exp $ +# $NetBSD: Makefile,v 1.43 2005/05/22 20:08:15 jlam Exp $ DISTNAME= kdepim-${_KDE_VERSION} CATEGORIES= misc @@ -8,7 +8,7 @@ COMMENT= Personal Information Management tools for the KDE desktop USE_DIRS+= xdg-1.1 USE_PERL= run -USE_GNU_TOOLS+= awk yacc +USE_TOOLS+= bison gawk PKG_DEFAULT_OPTIONS+= sasl PKG_OPTIONS_VAR= PKG_OPTIONS.kdepim diff --git a/misc/koffice-i18n-af/Makefile b/misc/koffice-i18n-af/Makefile index d9c6cb5073b..dcd8246515c 100644 --- a/misc/koffice-i18n-af/Makefile +++ b/misc/koffice-i18n-af/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:15 jlam Exp $ DISTNAME= koffice-i18n-af-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Afrikaans language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-bg/Makefile b/misc/koffice-i18n-bg/Makefile index 4a8e6236ef1..7ee6024bdd7 100644 --- a/misc/koffice-i18n-bg/Makefile +++ b/misc/koffice-i18n-bg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:15 jlam Exp $ DISTNAME= koffice-i18n-bg-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Bulgarian language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-br/Makefile b/misc/koffice-i18n-br/Makefile index 533d82d7c73..ea390769802 100644 --- a/misc/koffice-i18n-br/Makefile +++ b/misc/koffice-i18n-br/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:15 jlam Exp $ DISTNAME= koffice-i18n-br-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Breton language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-ca/Makefile b/misc/koffice-i18n-ca/Makefile index eb02c6637e1..2879b47d47d 100644 --- a/misc/koffice-i18n-ca/Makefile +++ b/misc/koffice-i18n-ca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:15 jlam Exp $ DISTNAME= koffice-i18n-ca-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Catalan language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-cs/Makefile b/misc/koffice-i18n-cs/Makefile index 015be4e76cd..b7b127a78a5 100644 --- a/misc/koffice-i18n-cs/Makefile +++ b/misc/koffice-i18n-cs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:15 jlam Exp $ DISTNAME= koffice-i18n-cs-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Czech language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-cy/Makefile b/misc/koffice-i18n-cy/Makefile index e2ac6e5e4b2..4cce1c90e9f 100644 --- a/misc/koffice-i18n-cy/Makefile +++ b/misc/koffice-i18n-cy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:15 jlam Exp $ DISTNAME= koffice-i18n-cy-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Welsh language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-da/Makefile b/misc/koffice-i18n-da/Makefile index 3307bb33327..24f4ae96e5e 100644 --- a/misc/koffice-i18n-da/Makefile +++ b/misc/koffice-i18n-da/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:15 jlam Exp $ DISTNAME= koffice-i18n-da-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Danish language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-de/Makefile b/misc/koffice-i18n-de/Makefile index 3934c7b5520..309bb1dcbd6 100644 --- a/misc/koffice-i18n-de/Makefile +++ b/misc/koffice-i18n-de/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:15 jlam Exp $ DISTNAME= koffice-i18n-de-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= German language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-el/Makefile b/misc/koffice-i18n-el/Makefile index 721b73d5743..1fdba51156f 100644 --- a/misc/koffice-i18n-el/Makefile +++ b/misc/koffice-i18n-el/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-el-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Greek language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-en_GB/Makefile b/misc/koffice-i18n-en_GB/Makefile index 78f1a644c79..f1011d7a801 100644 --- a/misc/koffice-i18n-en_GB/Makefile +++ b/misc/koffice-i18n-en_GB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-en_GB-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= English (Great Britain) language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-eo/Makefile b/misc/koffice-i18n-eo/Makefile index faf4ce2ef76..5be2eaa829a 100644 --- a/misc/koffice-i18n-eo/Makefile +++ b/misc/koffice-i18n-eo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-eo-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Esperanto language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-es/Makefile b/misc/koffice-i18n-es/Makefile index d6fc9b78e83..c77b8818758 100644 --- a/misc/koffice-i18n-es/Makefile +++ b/misc/koffice-i18n-es/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-es-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= es language pack for Koffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-et/Makefile b/misc/koffice-i18n-et/Makefile index 7c1bb350955..0ddf19f6d28 100644 --- a/misc/koffice-i18n-et/Makefile +++ b/misc/koffice-i18n-et/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-et-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Estonian language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-fa/Makefile b/misc/koffice-i18n-fa/Makefile index e40fb856191..5b7b85adac9 100644 --- a/misc/koffice-i18n-fa/Makefile +++ b/misc/koffice-i18n-fa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-fa-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Persian language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-fi/Makefile b/misc/koffice-i18n-fi/Makefile index 72131d8e0bf..64e86659f47 100644 --- a/misc/koffice-i18n-fi/Makefile +++ b/misc/koffice-i18n-fi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-fi-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Finnish language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-fr/Makefile b/misc/koffice-i18n-fr/Makefile index 1cfb5c7e155..3d979b61b49 100644 --- a/misc/koffice-i18n-fr/Makefile +++ b/misc/koffice-i18n-fr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-fr-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= French language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-he/Makefile b/misc/koffice-i18n-he/Makefile index 5b13fc1915b..d21552bafcd 100644 --- a/misc/koffice-i18n-he/Makefile +++ b/misc/koffice-i18n-he/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-he-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Hebrew language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-hsb/Makefile b/misc/koffice-i18n-hsb/Makefile index 9b016abd768..11ddca3496c 100644 --- a/misc/koffice-i18n-hsb/Makefile +++ b/misc/koffice-i18n-hsb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-hsb-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Upper Sorbian language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-hu/Makefile b/misc/koffice-i18n-hu/Makefile index b5ca6eee633..27412379670 100644 --- a/misc/koffice-i18n-hu/Makefile +++ b/misc/koffice-i18n-hu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-hu-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Hungarian language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-it/Makefile b/misc/koffice-i18n-it/Makefile index da11069adbb..84095ceeb7c 100644 --- a/misc/koffice-i18n-it/Makefile +++ b/misc/koffice-i18n-it/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-it-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Italian language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-ja/Makefile b/misc/koffice-i18n-ja/Makefile index 9e4972a964c..1b147f48503 100644 --- a/misc/koffice-i18n-ja/Makefile +++ b/misc/koffice-i18n-ja/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-ja-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Japanese language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-lo/Makefile b/misc/koffice-i18n-lo/Makefile index 0040a69484f..8905c9dde49 100644 --- a/misc/koffice-i18n-lo/Makefile +++ b/misc/koffice-i18n-lo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-lo-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Lao language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-mt/Makefile b/misc/koffice-i18n-mt/Makefile index 0f7eddc6fa0..13e4f899d33 100644 --- a/misc/koffice-i18n-mt/Makefile +++ b/misc/koffice-i18n-mt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-mt-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Maltese language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-nb/Makefile b/misc/koffice-i18n-nb/Makefile index af1b24507cd..5181625aecb 100644 --- a/misc/koffice-i18n-nb/Makefile +++ b/misc/koffice-i18n-nb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-nb-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Norwegian Bokmal language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-nl/Makefile b/misc/koffice-i18n-nl/Makefile index bb2f7732f19..26f2356552e 100644 --- a/misc/koffice-i18n-nl/Makefile +++ b/misc/koffice-i18n-nl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-nl-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Dutch language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-nn/Makefile b/misc/koffice-i18n-nn/Makefile index dc0684de60b..18dcea955a8 100644 --- a/misc/koffice-i18n-nn/Makefile +++ b/misc/koffice-i18n-nn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-nn-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Norwegian Nynorsk language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-pl/Makefile b/misc/koffice-i18n-pl/Makefile index 1153dd4565d..4d0a6073276 100644 --- a/misc/koffice-i18n-pl/Makefile +++ b/misc/koffice-i18n-pl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-pl-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Polish language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-pt/Makefile b/misc/koffice-i18n-pt/Makefile index 074145471cc..2054084cc6a 100644 --- a/misc/koffice-i18n-pt/Makefile +++ b/misc/koffice-i18n-pt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-pt-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Portuguese language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-pt_BR/Makefile b/misc/koffice-i18n-pt_BR/Makefile index 6e31a11dc69..dc43c3e9134 100644 --- a/misc/koffice-i18n-pt_BR/Makefile +++ b/misc/koffice-i18n-pt_BR/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-pt_BR-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Portuguese BR language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-ru/Makefile b/misc/koffice-i18n-ru/Makefile index 5bdbdbcdf13..d1ae50422c3 100644 --- a/misc/koffice-i18n-ru/Makefile +++ b/misc/koffice-i18n-ru/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-ru-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Russian language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-se/Makefile b/misc/koffice-i18n-se/Makefile index 61788caa44c..da1fa33c512 100644 --- a/misc/koffice-i18n-se/Makefile +++ b/misc/koffice-i18n-se/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-se-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= se language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-sk/Makefile b/misc/koffice-i18n-sk/Makefile index cbdc5559e6a..e20b0a45142 100644 --- a/misc/koffice-i18n-sk/Makefile +++ b/misc/koffice-i18n-sk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:16 jlam Exp $ DISTNAME= koffice-i18n-sk-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Slovak language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-sl/Makefile b/misc/koffice-i18n-sl/Makefile index 123310ef2e0..27858bfc9d7 100644 --- a/misc/koffice-i18n-sl/Makefile +++ b/misc/koffice-i18n-sl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:17 jlam Exp $ DISTNAME= koffice-i18n-sl-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Slovenian language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-sr/Makefile b/misc/koffice-i18n-sr/Makefile index dbc399d3311..457413fb120 100644 --- a/misc/koffice-i18n-sr/Makefile +++ b/misc/koffice-i18n-sr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:17 jlam Exp $ DISTNAME= koffice-i18n-sr-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Serbian language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-sv/Makefile b/misc/koffice-i18n-sv/Makefile index ff32abbfeb7..03a818ae7e5 100644 --- a/misc/koffice-i18n-sv/Makefile +++ b/misc/koffice-i18n-sv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:17 jlam Exp $ DISTNAME= koffice-i18n-sv-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Swedish language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-tg/Makefile b/misc/koffice-i18n-tg/Makefile index 9c64dbe6edc..3cc0a7ca430 100644 --- a/misc/koffice-i18n-tg/Makefile +++ b/misc/koffice-i18n-tg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:17 jlam Exp $ DISTNAME= koffice-i18n-tg-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Tajik language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-th/Makefile b/misc/koffice-i18n-th/Makefile index 74e1cb4d030..ce5b846a9dd 100644 --- a/misc/koffice-i18n-th/Makefile +++ b/misc/koffice-i18n-th/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:17 jlam Exp $ DISTNAME= koffice-i18n-th-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Thai language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-tr/Makefile b/misc/koffice-i18n-tr/Makefile index 44362d1c481..c29f939e394 100644 --- a/misc/koffice-i18n-tr/Makefile +++ b/misc/koffice-i18n-tr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:17 jlam Exp $ DISTNAME= koffice-i18n-tr-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Turkish language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-ven/Makefile b/misc/koffice-i18n-ven/Makefile index 588b06f9c21..0ecfa91e2c2 100644 --- a/misc/koffice-i18n-ven/Makefile +++ b/misc/koffice-i18n-ven/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:17 jlam Exp $ DISTNAME= koffice-i18n-ven-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Venda language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-xh/Makefile b/misc/koffice-i18n-xh/Makefile index 05a71cff8b6..98afa8b1acb 100644 --- a/misc/koffice-i18n-xh/Makefile +++ b/misc/koffice-i18n-xh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:17 jlam Exp $ DISTNAME= koffice-i18n-xh-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Xhosa language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-zh_CN/Makefile b/misc/koffice-i18n-zh_CN/Makefile index 92dc174eb15..ea69e76479f 100644 --- a/misc/koffice-i18n-zh_CN/Makefile +++ b/misc/koffice-i18n-zh_CN/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:17 jlam Exp $ DISTNAME= koffice-i18n-zh_CN-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Chinese language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-zh_TW/Makefile b/misc/koffice-i18n-zh_TW/Makefile index f46ad5d7f4a..76cf14c17f7 100644 --- a/misc/koffice-i18n-zh_TW/Makefile +++ b/misc/koffice-i18n-zh_TW/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:17 jlam Exp $ DISTNAME= koffice-i18n-zh_TW-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Taiwan language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice-i18n-zu/Makefile b/misc/koffice-i18n-zu/Makefile index e33d1d89bcc..e1957ca8610 100644 --- a/misc/koffice-i18n-zu/Makefile +++ b/misc/koffice-i18n-zu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:17 jlam Exp $ DISTNAME= koffice-i18n-zu-1.3.5 CATEGORIES= misc kde @@ -10,7 +10,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= Zulu language pack for KOffice GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../misc/koffice/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 2e86f906d7a..9646ea1002b 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2005/05/18 22:35:04 reed Exp $ +# $NetBSD: Makefile,v 1.58 2005/05/22 20:08:17 jlam Exp $ DISTNAME= koffice-1.3.5 PKGREVISION= 4 @@ -14,7 +14,7 @@ COMMENT= KDE Office Suite CONFLICTS+= koffice3-[0-9]* -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/misc/nxtvepg/Makefile b/misc/nxtvepg/Makefile index 73e97a7fcb5..f11a9fa8b1c 100644 --- a/misc/nxtvepg/Makefile +++ b/misc/nxtvepg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2005/04/25 17:30:11 magick Exp $ +# $NetBSD: Makefile,v 1.45 2005/05/22 20:08:17 jlam Exp $ DISTNAME= nxtvepg-2.7.5 CATEGORIES= misc @@ -13,7 +13,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \ NetBSD-[2-9]*-* USE_PERL5= yes -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_X11= yes PTHREAD_AUTO_VARS= yes diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile index 90163b5cf9a..bc230019e92 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2005/04/14 20:48:58 mrauch Exp $ +# $NetBSD: Makefile,v 1.64 2005/05/22 20:08:17 jlam Exp $ DISTNAME= openoffice-1.1.4 PKGREVISION= 2 @@ -28,7 +28,7 @@ USE_LANGUAGES+= c c++ .include "../../mk/bsd.prefs.mk" USE_X11= # defined -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_PERL5= build PTHREAD_OPTS+= require PTHREAD_AUTO_VARS= yes diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile index dacfbb8cee4..23587640675 100644 --- a/misc/pdmenu/Makefile +++ b/misc/pdmenu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:39 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/05/22 20:08:17 jlam Exp $ # DISTNAME= pdmenu_1.2.65 @@ -13,7 +13,7 @@ COMMENT= Simple console menu program WRKSRC= ${WRKDIR}/pdmenu GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_PERL5= YES REPLACE_PERL= examples/showdir.pl diff --git a/misc/proj/Makefile b/misc/proj/Makefile index 2fab0fa702f..801117a7c6c 100644 --- a/misc/proj/Makefile +++ b/misc/proj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/04/11 21:46:39 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/05/22 20:08:17 jlam Exp $ DISTNAME= proj-4.4.7 PKGREVISION= 1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.remotesensing.org/proj/ COMMENT= Cartographic projection software GNU_CONFIGURE= yes -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_LIBTOOL= yes NAD27_FILES=FL.lla MD.lla README.NADUS TN.lla WI.lla WO.lla alaska.lla \ diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile index 1c00243f2c5..871aad325ba 100644 --- a/misc/qbrew/Makefile +++ b/misc/qbrew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:39 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:17 jlam Exp $ DISTNAME= qbrew-0.3.4 CATEGORIES= misc @@ -8,7 +8,7 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://www.usermode.org/code.html COMMENT= Homebrewer's recipe calculator -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/misc/root/Makefile b/misc/root/Makefile index 71ca8ab4c02..f9f33cb393a 100644 --- a/misc/root/Makefile +++ b/misc/root/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/04/11 21:46:39 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/05/22 20:08:17 jlam Exp $ DISTNAME= root_v2.23.08.source PKGNAME= root-2.23 @@ -14,7 +14,7 @@ BUILD_DEPENDS+= cint-5.14.40:../../lang/cint WRKSRC= ${WRKDIR} BUILDLINK_PASSTHRU_DIRS=${PREFIX}/root/lib USE_X11= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake BUILD_TARGET= netbsd MAKE_ENV= LD_LIBRARY_PATH=${WRKDIR}/lib ROOTSYS=${WRKDIR} diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 2ceb76815b1..e325789a279 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2005/04/11 21:46:39 tv Exp $ +# $NetBSD: Makefile,v 1.53 2005/05/22 20:08:18 jlam Exp $ DISTNAME= rpm-2.5.4 PKGREVISION= 3 @@ -15,7 +15,7 @@ CONFLICTS+= rpm2cpio<1.0nb1 NOT_FOR_PLATFORM+= Interix-*-* # getmntent() is nonpublic; needs porting -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake GNU_CONFIGURE= yes USE_PKGINSTALL= yes diff --git a/misc/siag/Makefile b/misc/siag/Makefile index 825adda793f..6e570b66a4c 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2005/04/11 21:46:40 tv Exp $ +# $NetBSD: Makefile,v 1.44 2005/05/22 20:08:18 jlam Exp $ # DISTNAME= siag-3.5.7 @@ -19,7 +19,7 @@ CONFIGURE_ARGS+=--with-x CONFIGURE_ARGS+=--with-guile CONFIGURE_ARGS+=--with-docdir=${PREFIX}/share/doc/siag GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_X11= YES .include "../../mk/bsd.prefs.mk" diff --git a/misc/stellarium/Makefile b/misc/stellarium/Makefile index 5f082b2f133..a3fe890e4fb 100644 --- a/misc/stellarium/Makefile +++ b/misc/stellarium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:40 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:18 jlam Exp $ # DISTNAME= stellarium-0.6.0 @@ -10,7 +10,7 @@ MAINTAINER= dotz@irc.pl HOMEPAGE= http://stellarium.free.fr/ COMMENT= Generate photorealistic skys with OpenGL -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_X11= yes GNU_CONFIGURE= yes diff --git a/misc/yelp/Makefile b/misc/yelp/Makefile index 8b43a12a044..3cead80b67c 100644 --- a/misc/yelp/Makefile +++ b/misc/yelp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/04/11 21:46:40 tv Exp $ +# $NetBSD: Makefile,v 1.29 2005/05/22 20:08:18 jlam Exp $ # DISTNAME= yelp-2.6.5 @@ -16,7 +16,7 @@ BUILD_USES_MSGFMT= yes BUILDLINK_DEPENDS.libxslt+= libxslt>=1.1.4 USE_DIRS+= gnome2-1.5 -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_X11= yes |