diff options
author | steve <steve@FreeBSD.org> | 1998-09-27 07:34:33 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-27 07:34:33 +0800 |
commit | 5cfac8180e92c56a676c523415b198a57e52b04c (patch) | |
tree | 18df3b570b5cbe40790871a6f5aa90061b95aa55 /astro | |
parent | 83d52703791bc7ea3cf141fba7ebc67b2dcc489d (diff) | |
download | freebsd-ports-gnome-5cfac8180e92c56a676c523415b198a57e52b04c.tar.gz freebsd-ports-gnome-5cfac8180e92c56a676c523415b198a57e52b04c.tar.zst freebsd-ports-gnome-5cfac8180e92c56a676c523415b198a57e52b04c.zip |
Remove regexp support for Mesa3 libs and make this build in an ELF
world.
Diffstat (limited to 'astro')
-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 |