diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:34:33 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:34:33 +0000 |
commit | c689456ddf5f510553571ab9bdccebf424f9daf3 (patch) | |
tree | 74b45539b16928e6371a131b4f73b3ae9472d575 /astro/openuniverse | |
parent | 5f04d00a964a61e294ed22f80ea1274b539712a8 (diff) | |
download | ports-c689456ddf5f510553571ab9bdccebf424f9daf3.tar.gz ports-c689456ddf5f510553571ab9bdccebf424f9daf3.zip |
Notes
Diffstat (limited to 'astro/openuniverse')
-rw-r--r-- | astro/openuniverse/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile index 101fb23ea942..93c4c5e9fdf7 100644 --- a/astro/openuniverse/Makefile +++ b/astro/openuniverse/Makefile @@ -3,7 +3,7 @@ # Date created: 4 August 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/08/06 17:57:50 mph Exp $ +# $Id: Makefile,v 1.2 1998/09/15 11:45:45 asami Exp $ # DISTNAME= ssystem-1.3 @@ -13,9 +13,9 @@ MASTER_SITES= http://www1.las.es/~amil/ssystem/ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - MesaGL\\.1\[34\]\\.:${PORTSDIR}/graphics/Mesa3 \ - MesaGLU\\.1\[34\]\\.:${PORTSDIR}/graphics/Mesa3 \ - glut\\.3\\.:${PORTSDIR}/graphics/Mesa3 + MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ + MesaGLU.14:${PORTSDIR}/graphics/Mesa3 \ + glut.3:${PORTSDIR}/graphics/Mesa3 USE_X11= yes |