diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-12 22:52:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-12 22:52:25 +0000 |
commit | 3b6b6ace6e4712668881344a695e4ac04843b21a (patch) | |
tree | 5ea551f5019b2bdf6290d1aa2c1beef74f59a711 /graphics/mesagl | |
parent | 3ba1e32f5a63d5d41fa0131d678083f157950930 (diff) | |
download | ports-3b6b6ace6e4712668881344a695e4ac04843b21a.tar.gz ports-3b6b6ace6e4712668881344a695e4ac04843b21a.zip |
Notes
Diffstat (limited to 'graphics/mesagl')
-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 d22486c2226e..638b2ce9e3e6 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 |