diff options
author | garbled <garbled> | 1999-04-14 20:01:42 +0000 |
---|---|---|
committer | garbled <garbled> | 1999-04-14 20:01:42 +0000 |
commit | 3ded240963a497ada234581afe33eca44323e826 (patch) | |
tree | 6349fd8825e54fceafd3e12f1cb3fc3b8ab91381 /graphics/Mesa | |
parent | 8111e6550605eba94e561e8441ecbbccd7de60ef (diff) | |
download | pkgsrc-3ded240963a497ada234581afe33eca44323e826.tar.gz |
Now that we are at 1.4, we don't need to exclude this from alpha anymore.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index 553d1e2874f..9e8382a90e7 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 1999/02/20 22:48:30 hubertf Exp $ +# $NetBSD: Makefile,v 1.24 1999/04/14 20:01:42 garbled Exp $ # DISTNAME= MesaLib-3.0 @@ -13,8 +13,6 @@ DISTFILES= MesaLib-${MESA_VERSION}${EXTRACT_SUFX} \ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.ssec.wisc.edu/~brianp/Mesa.html -NOT_FOR_ARCHS= alpha #gcc lossage - WRKSRC= ${WRKDIR}/${PKGNAME} ALL_TARGET= netbsd USE_X11BASE= yes |