diff options
author | wiz <wiz> | 2002-10-20 13:36:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-20 13:36:17 +0000 |
commit | 8e719f1ff9ab897dced6520287f6748f269af9d4 (patch) | |
tree | d5cad7301f2bde7c9e662b412350263da698a5a5 /x11 | |
parent | 179090bcf250cdacd5eefc8d8070404ff8f68f90 (diff) | |
download | pkgsrc-8e719f1ff9ab897dced6520287f6748f269af9d4.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 |