diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 13:51:13 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 13:51:13 +0000 |
commit | 8f74df338b651d8727f52d177c98f66e99ede875 (patch) | |
tree | 392f755759c8becb1ccb007770bef5095757eddd /lang/pnetlib | |
parent | d4d5b0528c7b28218c8211eb6eb946b11fd45213 (diff) | |
download | pkgsrc-8f74df338b651d8727f52d177c98f66e99ede875.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'lang/pnetlib')
-rw-r--r-- | lang/pnetlib/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pnetlib/Makefile.common b/lang/pnetlib/Makefile.common index d122314389f..4971cfdd45d 100644 --- a/lang/pnetlib/Makefile.common +++ b/lang/pnetlib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2004/01/12 17:15:29 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/01/24 13:51:15 grant Exp $ # DISTNAME= pnetlib-0.6.2 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.dotgnu.org/ COMMENT= DotGNU Portable .NET C SHARP class libraries GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_BUILDLINK2= yes DESCR_SRC= ${.CURDIR}/../pnetlib/DESCR |