diff options
author | snj <snj> | 2004-02-27 01:25:52 +0000 |
---|---|---|
committer | snj <snj> | 2004-02-27 01:25:52 +0000 |
commit | 8c48666c9c94adea306702983519b21e2acb607e (patch) | |
tree | 79bec6a798284be771226e3e011367a462545682 /games | |
parent | 066dcd0f70af27ecc074bf2cb0ad9c534bf8036e (diff) | |
download | pkgsrc-8c48666c9c94adea306702983519b21e2acb607e.tar.gz |
This needs glu.
Diffstat (limited to 'games')
-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" |