summaryrefslogtreecommitdiff
path: root/devel/SDL
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-22 08:24:28 +0000
committergrant <grant@pkgsrc.org>2004-01-22 08:24:28 +0000
commitf49bdea710428ecd01cdf0284c9c4641ef50dddf (patch)
treef1f50ca186e44e49e56afd63f7fa07c9e67021ba /devel/SDL
parentc303fd8f0275cd7a1b8b10da1a6e766395cc085f (diff)
downloadpkgsrc-f49bdea710428ecd01cdf0284c9c4641ef50dddf.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'devel/SDL')
-rw-r--r--devel/SDL/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/SDL/Makefile.common b/devel/SDL/Makefile.common
index d77a0f1ffca..5fdca41bbee 100644
--- a/devel/SDL/Makefile.common
+++ b/devel/SDL/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/01/10 05:46:44 jlam Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/01/22 08:24:28 grant Exp $
#
DISTNAME= SDL-1.2.6
@@ -15,7 +15,7 @@ PATCHDIR= ${.CURDIR}/../../devel/SDL/patches
USE_BUILDLINK3= YES
USE_X11= YES
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
PTHREAD_OPTS+= require
USE_LIBTOOL= YES