diff options
author | tron <tron> | 1999-09-29 22:58:43 +0000 |
---|---|---|
committer | tron <tron> | 1999-09-29 22:58:43 +0000 |
commit | cc1aa8d7ab2469253ee738e7865a705acb6dbcf7 (patch) | |
tree | fd7e6dc39ed2ec8fe1d71ed84517bc41688d3c61 /x11/fltk | |
parent | b408fa61d06c22655d91669376b5d9fd70dba0d8 (diff) | |
download | pkgsrc-cc1aa8d7ab2469253ee738e7865a705acb6dbcf7.tar.gz |
Use wildcard dependence for "Mesa" package so that either standard or
hardware accelerated Mesa libraries can be used.
Diffstat (limited to 'x11/fltk')
-rw-r--r-- | x11/fltk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index 9b906190b83..0ee3242f11c 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/06/10 01:15:47 nathanw Exp $ +# $NetBSD: Makefile,v 1.3 1999/09/29 22:58:45 tron Exp $ # DISTNAME= fltk-1.0.3-source @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/1.0.3/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://fltk.easysw.com/ -DEPENDS+= Mesa-3.0:../../graphics/Mesa +DEPENDS+= Mesa-*:../../graphics/Mesa USE_X11BASE= yes USE_GMAKE= yes |