diff options
author | steve <steve@FreeBSD.org> | 1998-09-27 16:06:59 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-27 16:06:59 +0000 |
commit | 23835a46943c85f6127d1a0d412a7f81853fa533 (patch) | |
tree | 0968a2c2264bb0113f6058fe95a786cbcfa7a806 /mail | |
parent | 72cacf3a8f8deb592d476735f4084f35362007a0 (diff) | |
download | FreeBSD-ports-23835a46943c85f6127d1a0d412a7f81853fa533.zip FreeBSD-ports-23835a46943c85f6127d1a0d412a7f81853fa533.tar.gz |
Remove regexp support for Mesa2 libs.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/glbiff/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/glbiff/Makefile b/mail/glbiff/Makefile index 966ef18..5a6a345 100644 --- a/mail/glbiff/Makefile +++ b/mail/glbiff/Makefile @@ -3,7 +3,7 @@ # Date created: 18 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.4 1998/07/20 10:13:51 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/15 06:37:57 hoek Exp $ # DISTNAME= glbiff-0.2 @@ -13,10 +13,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 \ - MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa2 \ - Mesatk\\.13\\.:${PORTSDIR}/graphics/Mesa2 \ - glut\\.3\\.:${PORTSDIR}/graphics/Mesa2 +LIB_DEPENDS= MesaGL.13:${PORTSDIR}/graphics/Mesa2 \ + MesaGLU.13:${PORTSDIR}/graphics/Mesa2 \ + Mesatk.13:${PORTSDIR}/graphics/Mesa2 \ + glut.3:${PORTSDIR}/graphics/Mesa2 USE_IMAKE= yes WRKSRC= ${WRKDIR}/glbiff |