diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 08:29:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 08:29:07 +0000 |
commit | 73229566ef06833ef5960c89a1cae47c5a34db94 (patch) | |
tree | 8c1a27f0ed197bdddfa433afe5c459fad4fcca2b | |
parent | f5c18e94c40bfa422eb4fcb0959b2113106001b0 (diff) | |
download | ports-73229566ef06833ef5960c89a1cae47c5a34db94.tar.gz ports-73229566ef06833ef5960c89a1cae47c5a34db94.zip |
Notes
-rw-r--r-- | graphics/Mesa3/Makefile | 5 | ||||
-rw-r--r-- | graphics/mesagl/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index 78c5b66bf73c..8199ee23c8f1 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 diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index 78c5b66bf73c..8199ee23c8f1 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/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 |