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 /www/vrweb | |
parent | Mark BROKEN for ELF. (diff) |
Upgrade to Mesa 3.0
Diffstat (limited to 'www/vrweb')
-rw-r--r-- | www/vrweb/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/vrweb/Makefile b/www/vrweb/Makefile index dd792d7bb5f7..3e68d2294a43 100644 --- a/www/vrweb/Makefile +++ b/www/vrweb/Makefile @@ -3,7 +3,7 @@ # Date created: 20 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.6 1998/08/05 09:31:39 asami Exp $ +# $Id: Makefile,v 1.7 1998/09/27 16:06:57 steve Exp $ # DISTNAME= vrweb-1.5 @@ -13,7 +13,9 @@ DISTFILES= vrweb-src-1.5.tar.gz help-1.5.tar.gz MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp -LIB_DEPENDS= GL.13:${PORTSDIR}/graphics/Mesa2 +LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 + +BROKEN= install USE_GMAKE= yes USE_X_PREFIX= yes |