diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-06 23:28:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-06 23:28:02 +0000 |
commit | 6a9ec8cef562eb7bf3ba2b621c3db355df079f95 (patch) | |
tree | f594962cc728b581656a7c13682b8a59ee32063b /graphics/Mesa3 | |
parent | c3086f4cd657a1ff8b3210245e68ea0a293dbb74 (diff) | |
download | ports-6a9ec8cef562eb7bf3ba2b621c3db355df079f95.tar.gz ports-6a9ec8cef562eb7bf3ba2b621c3db355df079f95.zip |
Notes
Diffstat (limited to 'graphics/Mesa3')
-rw-r--r-- | graphics/Mesa3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index e9d1ef0fa455..0b75f5e84cae 100644 --- a/graphics/Mesa3/Makefile +++ b/graphics/Mesa3/Makefile @@ -3,13 +3,14 @@ # Date created: 3 Dec 1996 # Whom: paulo@isr.uc.pt # -# $Id$ +# $Id: Makefile,v 1.12 1996/12/05 12:21:43 jkh Exp $ # + DISTNAME= Mesa-2.0 PKGNAME= mesa-2.0 CATEGORIES= graphics MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ -DISTFILES= Mesa-2.0.tar.gz + ALL_TARGET= freebsd USE_X11= yes |