diff options
author | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-03-16 08:40:01 +0000 |
---|---|---|
committer | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-03-16 08:40:01 +0000 |
commit | e5d5d8902cd5fb3b0e6ec1648b1aba54180428a1 (patch) | |
tree | 616c7c8e5011530e3f55bb960f14c7aacae9ae0f /graphics/Mesa3 | |
parent | 22c9bb89aa368bb7a3e6ed8007370dacc51fc0c8 (diff) | |
download | ports-e5d5d8902cd5fb3b0e6ec1648b1aba54180428a1.tar.gz ports-e5d5d8902cd5fb3b0e6ec1648b1aba54180428a1.zip |
Notes
Diffstat (limited to 'graphics/Mesa3')
-rw-r--r-- | graphics/Mesa3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index c8b3f2479074..e6ccb4157af9 100644 --- a/graphics/Mesa3/Makefile +++ b/graphics/Mesa3/Makefile @@ -3,12 +3,13 @@ # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # -# $Id: Makefile,v 1.2 1995/03/06 04:35:27 hsu Exp $ +# $Id: Makefile,v 1.3 1995/03/15 17:02:53 hsu Exp $ # DISTNAME= Mesa-1.1.2beta MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/misc/ WRKSRC= ${WRKDIR}/Mesa +USE_GMAKE= ALL_TARGET= freebsd # won't install until I convert the Makefiles to Imakefiles NO_INSTALL= yes |