summaryrefslogtreecommitdiff
path: root/misc/siag
diff options
context:
space:
mode:
authorgrant <grant>2004-01-24 14:11:09 +0000
committergrant <grant>2004-01-24 14:11:09 +0000
commitf39fa89f8da1402927ebd5c373a3c0b9ca9b24ff (patch)
treec958efacae31d0663094f85f98be04a49ce4e210 /misc/siag
parente1b82d0b390d5fa4b58858befe97e1b21fd83676 (diff)
downloadpkgsrc-f39fa89f8da1402927ebd5c373a3c0b9ca9b24ff.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'misc/siag')
-rw-r--r--misc/siag/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile
index 7c8017a65d5..a3338315f67 100644
--- a/misc/siag/Makefile
+++ b/misc/siag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2003/09/28 09:13:58 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2004/01/24 14:11:10 grant Exp $
#
DISTNAME= siag-3.5.7
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+=--with-guile
CONFIGURE_ARGS+=--with-docdir=${PREFIX}/share/doc/siag
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_X11= YES
.include "../../mk/bsd.prefs.mk"