diff options
-rw-r--r-- | audio/mp3check/Makefile | 3 | ||||
-rw-r--r-- | devel/swig13/Makefile | 4 | ||||
-rw-r--r-- | math/yorick/Makefile | 4 | ||||
-rw-r--r-- | mk/bsd.pkg.mk | 3 |
4 files changed, 6 insertions, 8 deletions
diff --git a/audio/mp3check/Makefile b/audio/mp3check/Makefile index 3b8b4e125b1..5e21bb00b41 100644 --- a/audio/mp3check/Makefile +++ b/audio/mp3check/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/02/16 12:20:35 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2005/05/31 21:53:26 jlam Exp $ DISTNAME= mp3check-0.8.0 CATEGORIES= audio @@ -8,7 +8,6 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://jo.ath.cx/soft/mp3check/mp3check.html COMMENT= Check MP3 files for consistency -#USE_GNU_TOOLS+= make GNU_CONFIGURE= YES USE_LANGUAGES= c c++ diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 661a52fb290..0f60d80aa6c 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/05/23 22:25:03 epg Exp $ +# $NetBSD: Makefile,v 1.2 2005/05/31 21:53:26 jlam Exp $ DISTNAME= swig-1.3.24 CATEGORIES= devel @@ -13,7 +13,7 @@ BUILD_TARGET= swig WRKSRC= ${WRKDIR}/SWIG-1.3.24 USE_BUILDLINK3= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_LIBTOOL= YES diff --git a/math/yorick/Makefile b/math/yorick/Makefile index 5a80e57a9ed..390e49f51b3 100644 --- a/math/yorick/Makefile +++ b/math/yorick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/05/31 18:02:31 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2005/05/31 21:53:26 jlam Exp $ DISTNAME= yorick-1.6.02 CATEGORIES= math @@ -16,7 +16,7 @@ INSTALL_DIRS= ${WRKSRC} USE_MAKEINFO= YES INFO_FILES= yorick.info -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake post-patch: for f in ${WRKSRC}/ysite.sh; do \ diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index cccc2d68ebf..ae491f9fc68 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1680 2005/05/31 12:10:07 dillo Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1681 2005/05/31 21:53:26 jlam Exp $ # # This file is in the public domain. # @@ -172,7 +172,6 @@ PKGREPOSITORYSUBDIR?= All PKGWILDCARD?= ${PKGBASE}-[0-9]* SVR4_PKGNAME?= ${PKGNAME} USE_DIGEST?= YES -USE_GNU_TOOLS?= # empty WRKSRC?= ${WRKDIR}/${DISTNAME} .if (defined(INSTALL_UNSTRIPPED) && !empty(INSTALL_UNSTRIPPED:M[yY][eE][sS])) || defined(DEBUG_FLAGS) |