diff options
author | asami <asami@FreeBSD.org> | 1998-10-09 03:31:53 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-09 03:31:53 +0000 |
commit | a8494184892e4ae67599911645c2a809f0abe235 (patch) | |
tree | 5b6215cd78fc199b0df852c1960724562d6d5588 /mail | |
parent | c8068703a23d84a3067c91759de90d0f316fa747 (diff) | |
download | FreeBSD-ports-a8494184892e4ae67599911645c2a809f0abe235.zip FreeBSD-ports-a8494184892e4ae67599911645c2a809f0abe235.tar.gz |
Escape single-quote in BROKEN string.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/glbiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/glbiff/Makefile b/mail/glbiff/Makefile index 80861fb..4ba0c87 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.6 1998/09/27 16:06:57 steve Exp $ +# $Id: Makefile,v 1.7 1998/10/01 02:17:48 jseger Exp $ # DISTNAME= glbiff-0.2 @@ -18,7 +18,7 @@ LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ Mesatk.14:${PORTSDIR}/graphics/Mesa3 \ glut.3:${PORTSDIR}/graphics/Mesa3 -BROKEN= can't find mesatk +BROKEN= can\'t find mesatk USE_IMAKE= yes WRKSRC= ${WRKDIR}/glbiff |