diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-01 02:17:49 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-01 02:17:49 +0000 |
commit | 1b4e5b49b4f51106645cc739a9a6d87c2a0ee972 (patch) | |
tree | 9f81c796654c03fd50e69d0a22bd6c6461048074 /mail | |
parent | 5a11b470cea2cb23e0ed7096ce576ea9d3cf838e (diff) | |
download | ports-1b4e5b49b4f51106645cc739a9a6d87c2a0ee972.tar.gz ports-1b4e5b49b4f51106645cc739a9a6d87c2a0ee972.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/glbiff/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mail/glbiff/Makefile b/mail/glbiff/Makefile index 5a6a345f5ab8..80861fbddeec 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.5 1998/09/15 06:37:57 hoek Exp $ +# $Id: Makefile,v 1.6 1998/09/27 16:06:57 steve Exp $ # DISTNAME= glbiff-0.2 @@ -13,10 +13,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= MesaGL.13:${PORTSDIR}/graphics/Mesa2 \ - MesaGLU.13:${PORTSDIR}/graphics/Mesa2 \ - Mesatk.13:${PORTSDIR}/graphics/Mesa2 \ - glut.3:${PORTSDIR}/graphics/Mesa2 +LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ + MesaGLU.14:${PORTSDIR}/graphics/Mesa3 \ + Mesatk.14:${PORTSDIR}/graphics/Mesa3 \ + glut.3:${PORTSDIR}/graphics/Mesa3 + +BROKEN= can't find mesatk USE_IMAKE= yes WRKSRC= ${WRKDIR}/glbiff |