diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-04 01:58:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-04 01:58:36 +0000 |
commit | 43a4302a0c684147336da9fb97b4fb47d72fe426 (patch) | |
tree | 5e380be24bf3bddd3b9be1efd58166180a605135 /games | |
parent | e39035eeea3c0ea18d67f24fa9bd4e672d42e7a0 (diff) | |
download | pkgsrc-43a4302a0c684147336da9fb97b4fb47d72fe426.tar.gz |
Find Mesa headers if xpkgwedge is installed.
Diffstat (limited to 'games')
-rw-r--r-- | games/plib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/plib/Makefile b/games/plib/Makefile index c321cd4514c..b380180cc85 100644 --- a/games/plib/Makefile +++ b/games/plib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/19 22:32:44 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/04 01:58:36 jlam Exp $ # DISTNAME= plib-1.0.20 @@ -10,9 +10,9 @@ HOMEPAGE= http://plib.sourceforge.net/ DEPENDS+= Mesa-*:../../graphics/Mesa -GNU_CONFIGURE= YES USE_X11= YES - -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -Dunix=1 -I${X11BASE}/include" +GNU_CONFIGURE= YES +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" +CPPFLAGS+= -Dunix=1 -I${X11PREFIX}/include -I${X11BASE}/include .include "../../mk/bsd.pkg.mk" |