diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:46:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:46:15 +0000 |
commit | 4dc064b0c51daf8a534869cf647ddda8f27693df (patch) | |
tree | ffea49d9cc67b8576749be804de23181e7a3f61a /astro/openuniverse | |
parent | Upgrade to 0.74, and use gtk11 now. (diff) |
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
support.)
Notes
Notes:
svn path=/head/; revision=13147
Diffstat (limited to 'astro/openuniverse')
-rw-r--r-- | astro/openuniverse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile index 008bb2d144f7..101fb23ea942 100644 --- a/astro/openuniverse/Makefile +++ b/astro/openuniverse/Makefile @@ -3,7 +3,7 @@ # Date created: 4 August 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/06 17:57:50 mph Exp $ # DISTNAME= ssystem-1.3 @@ -12,7 +12,7 @@ MASTER_SITES= http://www1.las.es/~amil/ssystem/ MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ MesaGL\\.1\[34\]\\.:${PORTSDIR}/graphics/Mesa3 \ MesaGLU\\.1\[34\]\\.:${PORTSDIR}/graphics/Mesa3 \ glut\\.3\\.:${PORTSDIR}/graphics/Mesa3 |