diff options
author | mph <mph@FreeBSD.org> | 1998-04-23 16:50:43 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-04-23 16:50:43 +0000 |
commit | c2122dba291e9bde01e69a0e280cf1ac9e5311bb (patch) | |
tree | a82c32c21dbb1d725add5e558fd80a8398069219 /www/vrweb/Makefile | |
parent | d52a25f2cb776d2ca2bcfc0759a961b2dd362aff (diff) | |
download | FreeBSD-ports-c2122dba291e9bde01e69a0e280cf1ac9e5311bb.zip FreeBSD-ports-c2122dba291e9bde01e69a0e280cf1ac9e5311bb.tar.gz |
Patches from maintainer to make the port non-BROKEN.
PR: 6392
Submitted by: Yukihiro Nakai <nakai@apricot.astec.co.jp>
Diffstat (limited to 'www/vrweb/Makefile')
-rw-r--r-- | www/vrweb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/vrweb/Makefile b/www/vrweb/Makefile index ed8196f..bb29f95 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.2 1997/11/19 03:15:39 asami Exp $ +# $Id: Makefile,v 1.3 1998/04/19 17:14:33 steve Exp $ # DISTNAME= vrweb-1.5 @@ -13,6 +13,8 @@ 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/Mesa + USE_GMAKE= yes USE_X11= yes |