summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-04 01:58:36 +0000
committerjlam <jlam>2000-08-04 01:58:36 +0000
commitfa6f316ea7f699e5b5cc80d0c965a449dc2df22d (patch)
tree5e380be24bf3bddd3b9be1efd58166180a605135 /games
parent176b2e9d20617105e527e2a6208ae3ead90696bf (diff)
downloadpkgsrc-fa6f316ea7f699e5b5cc80d0c965a449dc2df22d.tar.gz
Find Mesa headers if xpkgwedge is installed.
Diffstat (limited to 'games')
-rw-r--r--games/plib/Makefile8
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"