diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-27 16:06:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-27 16:06:59 +0000 |
commit | c6c4ea2442674d7fe0af365765d6c8a0ca6ac449 (patch) | |
tree | 8032005969337106455827fc9cf77994dc745b8d /mail/glbiff | |
parent | Honour CFLAGS. (diff) |
Remove regexp support for Mesa2 libs.
Notes
Notes:
svn path=/head/; revision=13457
Diffstat (limited to 'mail/glbiff')
-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 966ef18c4f8b..5a6a345f5ab8 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 |