summaryrefslogtreecommitdiff
path: root/x11/fltk
diff options
context:
space:
mode:
authortron <tron>1999-09-29 22:58:43 +0000
committertron <tron>1999-09-29 22:58:43 +0000
commit1a25d016c4bebe88006ed4cc7c808f4f30162690 (patch)
treefd7e6dc39ed2ec8fe1d71ed84517bc41688d3c61 /x11/fltk
parentbb4a849d0e65c4aece53d37d4df1ff297375b5a8 (diff)
downloadpkgsrc-1a25d016c4bebe88006ed4cc7c808f4f30162690.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/Makefile4
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