diff options
author | rh <rh> | 2000-10-15 12:06:32 +0000 |
---|---|---|
committer | rh <rh> | 2000-10-15 12:06:32 +0000 |
commit | ed4c7e54fabb723a86ef67fc00c81d2ee9e94119 (patch) | |
tree | 0eee75c30193d53eafbe9a0d77fc3c1ecca61373 /x11/gtkglarea/Makefile | |
parent | 58810cfb32e9e733c3bae69535147bfeef6eb1d7 (diff) | |
download | pkgsrc-ed4c7e54fabb723a86ef67fc00c81d2ee9e94119.tar.gz |
Use new USE_MESA variable to depend on the correct Mesa packages
Diffstat (limited to 'x11/gtkglarea/Makefile')
-rw-r--r-- | x11/gtkglarea/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtkglarea/Makefile b/x11/gtkglarea/Makefile index d58e1ceda95..e7551153363 100644 --- a/x11/gtkglarea/Makefile +++ b/x11/gtkglarea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/07/18 15:21:00 agc Exp $ +# $NetBSD: Makefile,v 1.21 2000/10/15 12:06:43 rh Exp $ DISTNAME= gtkglarea-1.2.1 CATEGORIES= x11 graphics @@ -7,10 +7,10 @@ MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.student.oulu.fi/~jlof/gtkglarea/ -DEPENDS+= Mesa-*:../../graphics/Mesa DEPENDS+= gtk+-1.2.*:../../x11/gtk USE_X11BASE= # defined +USE_MESA= # defined USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |