diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-20 13:36:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-20 13:36:17 +0000 |
commit | d80a3aad0ecbd79135b782669c40812eb1316292 (patch) | |
tree | d5cad7301f2bde7c9e662b412350263da698a5a5 /x11 | |
parent | a5c7fe15e42b4f2040014f986ddc19fcdeaca67c (diff) | |
download | pkgsrc-d80a3aad0ecbd79135b782669c40812eb1316292.tar.gz |
Drop unneeded USE_MESA.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtkglarea/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gtkglarea/Makefile b/x11/gtkglarea/Makefile index 02a37a15de9..da02f428d89 100644 --- a/x11/gtkglarea/Makefile +++ b/x11/gtkglarea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2002/09/23 16:56:03 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2002/10/20 13:36:17 wiz Exp $ DISTNAME= gtkglarea-1.2.2 CATEGORIES= x11 graphics @@ -9,7 +9,6 @@ HOMEPAGE= http://www.student.oulu.fi/~jlof/gtkglarea/ COMMENT= OpenGL/Mesa widget for GTK+ GUI toolkit USE_X11BASE= YES -USE_MESA= YES USE_BUILDLINK2= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |