diff options
author | tron <tron> | 1999-10-10 11:06:06 +0000 |
---|---|---|
committer | tron <tron> | 1999-10-10 11:06:06 +0000 |
commit | 373e046174e03fb3601a9829930156485c18585c (patch) | |
tree | 0ea4dbab272e1da26788797dc5a2408c962b1fc2 /graphics | |
parent | 16f2906c5754de610eca17837d967ac634592c77 (diff) | |
download | pkgsrc-373e046174e03fb3601a9829930156485c18585c.tar.gz |
"CONFLICT" -> "CONFLICTS".
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Mesa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index 7c1b55a745d..61bcf9e618e 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1999/09/29 22:47:19 tron Exp $ +# $NetBSD: Makefile,v 1.27 1999/10/10 11:06:06 tron Exp $ # DISTNAME= MesaLib-3.0 @@ -13,7 +13,7 @@ DISTFILES= MesaLib-${MESA_VERSION}${EXTRACT_SUFX} \ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.ssec.wisc.edu/~brianp/Mesa.html -CONFLICT= Mesa-glx-* +CONFLICTS= Mesa-glx-* WRKSRC= ${WRKDIR}/${PKGNAME} ALL_TARGET= ${LOWER_OPSYS} |