diff options
author | snj <snj@pkgsrc.org> | 2004-02-27 01:25:52 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-02-27 01:25:52 +0000 |
commit | 34cb087f2af36bb113201f711c0fee0438354ee1 (patch) | |
tree | 79bec6a798284be771226e3e011367a462545682 /games/foobillard | |
parent | 274061c4a65a8205b806540f976d1d26fae480e8 (diff) | |
download | pkgsrc-34cb087f2af36bb113201f711c0fee0438354ee1.tar.gz |
This needs glu.
Diffstat (limited to 'games/foobillard')
-rw-r--r-- | games/foobillard/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index 7e4c2d54fe3..1e61ba259b7 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/24 13:30:56 grant Exp $ +# $NetBSD: Makefile,v 1.3 2004/02/27 01:25:52 snj Exp $ # DISTNAME= foobillard-2.8 @@ -26,6 +26,7 @@ CONFIGURE_ARGS+= --enable-nvidia=no .include "../../devel/zlib/buildlink2.mk" .include "../../graphics/freetype2/buildlink2.mk" +.include "../../graphics/glu/buildlink2.mk" .include "../../graphics/MesaLib/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" |