summaryrefslogtreecommitdiff
path: root/graphics/gle/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-18 21:20:36 +0000
committerjlam <jlam>2001-06-18 21:20:36 +0000
commit929eacd1b5dc41ec4181a0f3a4c82b940331b2df (patch)
tree8eb98b2b5c9d2b7974097fd825d6c8abd7a207bd /graphics/gle/Makefile
parent5b3444ce66eea8b1ca0b6b057142ad7b4213edb7 (diff)
downloadpkgsrc-929eacd1b5dc41ec4181a0f3a4c82b940331b2df.tar.gz
Instead of explicitly including ${includedir} in header search path,
just use Mesa's buildlink.mk file to handle all possible combinations of XFree86 versions and xpkgwedge installations.
Diffstat (limited to 'graphics/gle/Makefile')
-rw-r--r--graphics/gle/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gle/Makefile b/graphics/gle/Makefile
index 76b6a089aba..1f050053d03 100644
--- a/graphics/gle/Makefile
+++ b/graphics/gle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 17:00:32 rh Exp $
+# $NetBSD: Makefile,v 1.2 2001/06/18 21:20:36 jlam Exp $
#
DISTNAME= gle-3.0.3
@@ -11,11 +11,12 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.linas.org/gle/
COMMENT= GL subroutines for drawing tubing and extrusions
-USE_MESA= YES
+#USE_MESA= YES
USE_X11BASE= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+.include "../../graphics/Mesa/buildlink.mk"
.include "../../mk/bsd.pkg.mk"