diff options
author | asami <asami@FreeBSD.org> | 1996-04-12 08:29:07 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-12 08:29:07 +0000 |
commit | 1521ea05d316cc1d461e1af85f507aac1d1a6d18 (patch) | |
tree | 0afdc35392e094f41814ff981540c4784e13bc4d /graphics/Mesa3 | |
parent | 99bc4ce850ecffe1807bcffe9641288401a7816c (diff) | |
download | FreeBSD-ports-1521ea05d316cc1d461e1af85f507aac1d1a6d18.zip FreeBSD-ports-1521ea05d316cc1d461e1af85f507aac1d1a6d18.tar.gz |
This port is BROKEN. :(
Diffstat (limited to 'graphics/Mesa3')
-rw-r--r-- | graphics/Mesa3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index 78c5b66..8199ee2 100644 --- a/graphics/Mesa3/Makefile +++ b/graphics/Mesa3/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # -# $Id: Makefile,v 1.7 1995/04/04 06:09:38 jkh Exp $ +# $Id: Makefile,v 1.8 1995/04/09 07:09:32 asami Exp $ # DISTNAME= Mesa-1.1.3beta @@ -11,8 +11,7 @@ PKGNAME= Mesa-1.1.3b CATEGORIES+= graphics MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/misc/ -# won't install until I convert the Makefiles to Imakefiles -NO_INSTALL= yes +BROKEN= yes # won't install until I convert the Makefiles to Imakefiles WRKSRC= ${WRKDIR}/Mesa USE_GMAKE= yes USE_X11= yes |