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/xlockmore/Makefile | |
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/xlockmore/Makefile')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 44e976560fa..8281e4cea09 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 1999/08/27 07:20:29 tron Exp $ +# $NetBSD: Makefile,v 1.28 1999/09/29 22:58:45 tron Exp $ # FreeBSD Id: Makefile,v 1.23 1997/10/10 09:24:38 tg Exp # @@ -10,7 +10,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.tux.org/~bagleyd/xlockmore.html DEPENDS+= xpm-3.4k:../../graphics/xpm -DEPENDS+= Mesa-3.0:../../graphics/Mesa +DEPENDS+= Mesa-*:../../graphics/Mesa GNU_CONFIGURE= yes USE_X11BASE= yes |