diff options
author | asami <asami@FreeBSD.org> | 1998-09-15 11:46:15 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-15 11:46:15 +0000 |
commit | d1fac7b50d149f2bf015727a6a210b5d05776782 (patch) | |
tree | 6ed83418dcf67346df14dbfc83651f5197bee4d7 /astro | |
parent | 2ce05100c16e7a23ab775f3d6572871aed3d57bc (diff) | |
download | FreeBSD-ports-d1fac7b50d149f2bf015727a6a210b5d05776782.zip FreeBSD-ports-d1fac7b50d149f2bf015727a6a210b5d05776782.tar.gz |
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.)
Diffstat (limited to 'astro')
-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 008bb2d..101fb23 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 |