diff options
author | tron <tron@pkgsrc.org> | 1999-09-29 22:47:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-29 22:47:19 +0000 |
commit | 23dccf20ac995dd708d6774e46753ab991f50c63 (patch) | |
tree | 48308a38020fe3e0de95aa14a660bf02ac712044 /graphics/Mesa | |
parent | 2497693a179fa76ac689f9fde55c116aa12c3030 (diff) | |
download | pkgsrc-23dccf20ac995dd708d6774e46753ab991f50c63.tar.gz |
Add conflict with "Mesa-glx" package.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index 9818d484ed2..7c1b55a745d 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/07/15 15:51:42 agc Exp $ +# $NetBSD: Makefile,v 1.26 1999/09/29 22:47:19 tron Exp $ # DISTNAME= MesaLib-3.0 @@ -13,6 +13,8 @@ DISTFILES= MesaLib-${MESA_VERSION}${EXTRACT_SUFX} \ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.ssec.wisc.edu/~brianp/Mesa.html +CONFLICT= Mesa-glx-* + WRKSRC= ${WRKDIR}/${PKGNAME} ALL_TARGET= ${LOWER_OPSYS} USE_X11BASE= yes |