diff options
author | asami <asami@FreeBSD.org> | 1996-05-16 14:19:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-05-16 14:19:20 +0800 |
commit | 9172ed2185cb409e089277174aa95dccbcbd5c6c (patch) | |
tree | 65554aaf5f992897bba42621360e1cdc8f68244d /graphics/Mesa3/Makefile | |
parent | 4a76547c823a775351d0e769b09d7276d2a39b55 (diff) | |
download | freebsd-ports-gnome-9172ed2185cb409e089277174aa95dccbcbd5c6c.tar.gz freebsd-ports-gnome-9172ed2185cb409e089277174aa95dccbcbd5c6c.tar.zst freebsd-ports-gnome-9172ed2185cb409e089277174aa95dccbcbd5c6c.zip |
Upgrade to 1.2.7. This port is not BROKEN anymore!
Submitted by: chuckr@glue.umd.edu
Diffstat (limited to 'graphics/Mesa3/Makefile')
-rw-r--r-- | graphics/Mesa3/Makefile | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index 8199ee23c8f1..eeda56b89685 100644 --- a/graphics/Mesa3/Makefile +++ b/graphics/Mesa3/Makefile @@ -1,26 +1,16 @@ # New ports collection makefile for: Mesa -# Version required: 1.1.3beta +# Version required: 1.2.7 # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # -# $Id: Makefile,v 1.8 1995/04/09 07:09:32 asami Exp $ +# $Id: Makefile,v 1.9 1996/04/12 08:29:07 asami Exp $ # -DISTNAME= Mesa-1.1.3beta -PKGNAME= Mesa-1.1.3b +DISTNAME= Mesa-1.2.7 CATEGORIES+= graphics -MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/misc/ +MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ -BROKEN= yes # won't install until I convert the Makefiles to Imakefiles -WRKSRC= ${WRKDIR}/Mesa -USE_GMAKE= yes +ALL_TARGET= freebsd USE_X11= yes -ALL_TARGET= freebsd - -# won't need this after I convert the Makefiles to Imakefiles -pre-build: - if [ ! -e /usr/include/X11 ]; then \ - ln -s /usr/X11R6/include/X11 /usr/include; \ - fi .include <bsd.port.mk> |