pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/ttmkfdir2 This needs a lex to build so add "lex"...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d7f41bff689
branches:  trunk
changeset: 475625:8d7f41bff689
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri May 21 23:59:30 2004 +0000

description:
This needs a lex to build so add "lex" to USE_GNU_TOOLS.

diffstat:

 fonts/ttmkfdir2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b21124ccbcaf -r 8d7f41bff689 fonts/ttmkfdir2/Makefile
--- a/fonts/ttmkfdir2/Makefile  Fri May 21 23:00:23 2004 +0000
+++ b/fonts/ttmkfdir2/Makefile  Fri May 21 23:59:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/04/03 11:31:02 recht Exp $
+# $NetBSD: Makefile,v 1.5 2004/05/21 23:59:30 reed Exp $
 #
 
 DISTNAME=      ttmkfdir2.20021109
@@ -17,7 +17,7 @@
 WRKSRC=                ${WRKDIR}/${PKGBASE}
 USE_LIBTOOL=   yes
 USE_BUILDLINK3=        yes
-USE_GNU_TOOLS+=        make
+USE_GNU_TOOLS+=        lex make
 USE_LANGUAGES= c c++
 
 MAKE_ENV+=     FREETYPE_CONFIG=${FREETYPE_CONFIG}



Home | Main Index | Thread Index | Old Index