diff options
author | grant <grant> | 2004-01-24 13:30:55 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-24 13:30:55 +0000 |
commit | ca68a9f1d4368f40216bcfe24aa8e7d5f8e94a57 (patch) | |
tree | c3522f763699ffa632f2da2feab91cfaba74183a /ham/xlog | |
parent | 96c486c362413858d2e599c0f005cbee4e21401e (diff) | |
download | pkgsrc-ca68a9f1d4368f40216bcfe24aa8e7d5f8e94a57.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'ham/xlog')
-rw-r--r-- | ham/xlog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/xlog/Makefile b/ham/xlog/Makefile index 0d8b94d2042..b66ef060912 100644 --- a/ham/xlog/Makefile +++ b/ham/xlog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:43:30 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/24 13:40:44 grant Exp $ # DISTNAME= xlog-0.8 @@ -11,7 +11,7 @@ HOMEPAGE= http://people.debian.org/~pa3aba/xlog.html COMMENT= Amateur Radio logging program USE_BUILDLINK2= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-hamlib |