diff options
author | asami <asami@FreeBSD.org> | 1998-07-20 10:14:24 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-20 10:14:24 +0000 |
commit | 111066c6871636780cb2ec62ddfb834463bd0902 (patch) | |
tree | c97bb7ded68f4f61a06185c9fb9a850e854aa85c /mail/glbiff/Makefile | |
parent | f77e7cfdc0c212a387b3af45522d2e30f1e92c2f (diff) | |
download | FreeBSD-ports-111066c6871636780cb2ec62ddfb834463bd0902.zip FreeBSD-ports-111066c6871636780cb2ec62ddfb834463bd0902.tar.gz |
Repository copy Mesa to Mesa2 and Mesa3. Mark Mesa3 broken pending
Justin's upgrade. Change all "graphics/Mesa" dependencies to
"graphics/Mesa2".
Requested by: jseger
Diffstat (limited to 'mail/glbiff/Makefile')
-rw-r--r-- | mail/glbiff/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/glbiff/Makefile b/mail/glbiff/Makefile index 476415d..ac65c68 100644 --- a/mail/glbiff/Makefile +++ b/mail/glbiff/Makefile @@ -3,7 +3,7 @@ # Date created: 18 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/07/04 19:09:21 steve Exp $ +# $Id: Makefile,v 1.3 1998/07/11 00:28:05 steve Exp $ # DISTNAME= glbiff-0.2 @@ -13,10 +13,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa \ - MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa \ - Mesatk\\.13\\.:${PORTSDIR}/graphics/Mesa \ - glut\\.3\\.:${PORTSDIR}/graphics/Mesa +LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 \ + MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa2 \ + Mesatk\\.13\\.:${PORTSDIR}/graphics/Mesa2 \ + glut\\.3\\.:${PORTSDIR}/graphics/Mesa2 USE_IMAKE= yes WRKSRC= ${WRKDIR}/glbiff |