diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 17:44:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 17:44:20 +0000 |
commit | d02d5ec029da53557ea0c546678329daeef6b522 (patch) | |
tree | 114174e9e25ff24d633ddf15722721469c5c64c1 /games | |
parent | 72f47449c70f1a5869438dde4932baa3346eb5bf (diff) | |
download | pkgsrc-d02d5ec029da53557ea0c546678329daeef6b522.tar.gz |
Let Mesa take care of X11.
Diffstat (limited to 'games')
-rw-r--r-- | games/billardgl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/billardgl/Makefile b/games/billardgl/Makefile index e5e3469f41e..ea620f8758a 100644 --- a/games/billardgl/Makefile +++ b/games/billardgl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/05/18 18:16:06 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2007/02/02 17:44:20 joerg Exp $ # DISTNAME= BillardGL-1.75 @@ -32,5 +32,4 @@ SUBST_FILTER_CMD.d2u= ${TR} -d '\r' .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../graphics/glut/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |