diff options
author | jlam <jlam> | 2001-06-18 21:20:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-18 21:20:36 +0000 |
commit | d6a2ac8a55b121c03442884ab895e693222051e5 (patch) | |
tree | 8eb98b2b5c9d2b7974097fd825d6c8abd7a207bd /graphics/gle/Makefile | |
parent | 7e513abb72ae33c8bc1d81c25b177bf1fc8ad9c3 (diff) | |
download | pkgsrc-d6a2ac8a55b121c03442884ab895e693222051e5.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/Makefile | 5 |
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" |