diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 00:06:59 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 00:06:59 +0800 |
commit | 23835a46943c85f6127d1a0d412a7f81853fa533 (patch) | |
tree | 0968a2c2264bb0113f6058fe95a786cbcfa7a806 /www | |
parent | 72cacf3a8f8deb592d476735f4084f35362007a0 (diff) | |
download | freebsd-ports-gnome-23835a46943c85f6127d1a0d412a7f81853fa533.tar.gz freebsd-ports-gnome-23835a46943c85f6127d1a0d412a7f81853fa533.tar.zst freebsd-ports-gnome-23835a46943c85f6127d1a0d412a7f81853fa533.zip |
Remove regexp support for Mesa2 libs.
Diffstat (limited to 'www')
-rw-r--r-- | www/vrweb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/vrweb/Makefile b/www/vrweb/Makefile index 938331491d04..dd792d7bb5f7 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.5 1998/07/20 10:13:53 asami Exp $ +# $Id: Makefile,v 1.6 1998/08/05 09:31:39 asami Exp $ # DISTNAME= vrweb-1.5 @@ -13,7 +13,7 @@ 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.13:${PORTSDIR}/graphics/Mesa2 USE_GMAKE= yes USE_X_PREFIX= yes |