diff options
author | rh <rh> | 2000-10-15 12:06:32 +0000 |
---|---|---|
committer | rh <rh> | 2000-10-15 12:06:32 +0000 |
commit | ed4c7e54fabb723a86ef67fc00c81d2ee9e94119 (patch) | |
tree | 0eee75c30193d53eafbe9a0d77fc3c1ecca61373 /games/plib/Makefile | |
parent | 58810cfb32e9e733c3bae69535147bfeef6eb1d7 (diff) | |
download | pkgsrc-ed4c7e54fabb723a86ef67fc00c81d2ee9e94119.tar.gz |
Use new USE_MESA variable to depend on the correct Mesa packages
Diffstat (limited to 'games/plib/Makefile')
-rw-r--r-- | games/plib/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/plib/Makefile b/games/plib/Makefile index b380180cc85..a21be3e46cb 100644 --- a/games/plib/Makefile +++ b/games/plib/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.2 2000/08/04 01:58:36 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/10/15 12:06:35 rh Exp $ # -DISTNAME= plib-1.0.20 +DISTNAME= plib-1.2.0 CATEGORIES= games x11 MASTER_SITES= http://plib.sourceforge.net/dist/ MAINTAINER= rh@netbsd.org HOMEPAGE= http://plib.sourceforge.net/ -DEPENDS+= Mesa-*:../../graphics/Mesa - USE_X11= YES +USE_MESA= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" CPPFLAGS+= -Dunix=1 -I${X11PREFIX}/include -I${X11BASE}/include |