diff options
author | asami <asami@FreeBSD.org> | 1998-08-12 22:52:25 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-12 22:52:25 +0000 |
commit | a8845659197c13cf18d100921a2818f086cc9cc1 (patch) | |
tree | 66a935d9f83c906fc45e2ef3a1b9c9c8548003a2 /graphics/mesagl/Makefile | |
parent | 687f0f82303af4b7b5a56770c11e1275b095fdfb (diff) | |
download | FreeBSD-ports-a8845659197c13cf18d100921a2818f086cc9cc1.zip FreeBSD-ports-a8845659197c13cf18d100921a2818f086cc9cc1.tar.gz |
Add Mesa3. Mark it MANUAL_PACKAGE_BUILD for now (shlib version overrides
Mesa2).
Diffstat (limited to 'graphics/mesagl/Makefile')
-rw-r--r-- | graphics/mesagl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index d22486c..638b2ce 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.25 1998/07/25 13:08:27 jseger Exp $ +# $Id: Makefile,v 1.26 1998/08/05 09:31:07 asami Exp $ # DISTNAME= MesaLib-3.0beta6 @@ -14,6 +14,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MesaDemos-3.0beta6.tar.gz MAINTAINER= jseger@FreeBSD.ORG +MANUAL_PACKAGE_BUILD= shlib version conflict + WRKSRC= ${WRKDIR}/Mesa-3.0 ALL_TARGET= freebsd |