summaryrefslogtreecommitdiff
path: root/graphics/clanlib
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-10-15 12:06:32 +0000
committerrh <rh@pkgsrc.org>2000-10-15 12:06:32 +0000
commit1d8820934cdb54f2e080d6fafccf27a94cca5354 (patch)
tree0eee75c30193d53eafbe9a0d77fc3c1ecca61373 /graphics/clanlib
parent26906ea2f72dc403786319c76a96161fcb2073eb (diff)
downloadpkgsrc-1d8820934cdb54f2e080d6fafccf27a94cca5354.tar.gz
Use new USE_MESA variable to depend on the correct Mesa packages
Diffstat (limited to 'graphics/clanlib')
-rw-r--r--graphics/clanlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile
index 221df526636..7c5960606f3 100644
--- a/graphics/clanlib/Makefile
+++ b/graphics/clanlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/03/21 22:40:52 tron Exp $
+# $NetBSD: Makefile,v 1.11 2000/10/15 12:06:35 rh Exp $
DISTNAME= ClanLib-0.2.2
CATEGORIES= graphics games devel x11
@@ -8,11 +8,11 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.clanlib.org/
DEPENDS+= Hermes-1.2.6*:../../graphics/hermes
-DEPENDS+= Mesa-*:../../graphics/Mesa
DEPENDS+= png>=1.0.6:../../graphics/png
DEPENDS+= pth-*:../../devel/pth
USE_X11BASE= yes
+USE_MESA= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PERL5= yes