diff options
author | rh <rh@pkgsrc.org> | 2000-10-15 12:06:32 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-15 12:06:32 +0000 |
commit | 1d8820934cdb54f2e080d6fafccf27a94cca5354 (patch) | |
tree | 0eee75c30193d53eafbe9a0d77fc3c1ecca61373 /x11/fltk/Makefile | |
parent | 26906ea2f72dc403786319c76a96161fcb2073eb (diff) | |
download | pkgsrc-1d8820934cdb54f2e080d6fafccf27a94cca5354.tar.gz |
Use new USE_MESA variable to depend on the correct Mesa packages
Diffstat (limited to 'x11/fltk/Makefile')
-rw-r--r-- | x11/fltk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index 5a443020206..eabb876a610 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/08/28 13:38:56 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2000/10/15 12:06:42 rh Exp $ # DISTNAME= fltk-1.0.9-source @@ -17,9 +17,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.fltk.org/ -DEPENDS+= Mesa-*:../../graphics/Mesa - USE_X11BASE= # defined +USE_MESA= # defined USE_GMAKE= # defined USE_LIBTOOL= # defined |