diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 14:11:09 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 14:11:09 +0000 |
commit | 57891cda0a771da389c93a6cf10948c39b8a99ce (patch) | |
tree | c958efacae31d0663094f85f98be04a49ce4e210 /misc/bottlerocket | |
parent | e048c6c3e67a4a442b6c3e04c8d56e6779dc2c73 (diff) | |
download | pkgsrc-57891cda0a771da389c93a6cf10948c39b8a99ce.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'misc/bottlerocket')
-rw-r--r-- | misc/bottlerocket/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bottlerocket/Makefile b/misc/bottlerocket/Makefile index d5a61b6e143..100f6e0a185 100644 --- a/misc/bottlerocket/Makefile +++ b/misc/bottlerocket/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/11 16:42:04 kim Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/24 14:11:09 grant Exp $ # FreeBSD Id: ports/misc/bottlerocket/Makefile,v 1.4 2000/04/14 08:45:23 asami Exp DISTNAME= bottlerocket-0.04c @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://mlug.missouri.edu/~tymm/ COMMENT= Home Automation Software for the X10 FireCracker kit -USE_GMAKE= yes +USE_GNU_TOOLS+= make GNU_CONFIGURE= yes ALL_TARGET= br |