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 /games/foobillard | |
parent | 96c486c362413858d2e599c0f005cbee4e21401e (diff) | |
download | pkgsrc-ca68a9f1d4368f40216bcfe24aa8e7d5f8e94a57.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'games/foobillard')
-rw-r--r-- | games/foobillard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index e97a8316ac6..7e4c2d54fe3 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/25 04:41:39 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/24 13:30:56 grant Exp $ # DISTNAME= foobillard-2.8 @@ -10,7 +10,7 @@ HOMEPAGE= http://foobillard.sunsite.dk/ COMMENT= Free OpenGL-billard game USE_BUILDLINK2= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_X11= yes GNU_CONFIGURE= yes |