diff options
author | tv <tv> | 2005-03-07 12:22:16 +0000 |
---|---|---|
committer | tv <tv> | 2005-03-07 12:22:16 +0000 |
commit | 504b6e71ddaac9fb886b278289b57995c10661e9 (patch) | |
tree | 0cd937d0c79828d1decdc8ad6c22deae939b648c /chat | |
parent | 07d10db65449a130ec6ef89058731cd7cc3f12de (diff) | |
download | pkgsrc-504b6e71ddaac9fb886b278289b57995c10661e9.tar.gz |
This package executes "flex", so USE_GNU_TOOLS+=lex.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gtkyahoo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/gtkyahoo/Makefile b/chat/gtkyahoo/Makefile index b43862e1962..499a98ee215 100644 --- a/chat/gtkyahoo/Makefile +++ b/chat/gtkyahoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/11/28 16:02:29 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/03/07 12:22:16 tv Exp $ DISTNAME= gtkyahoo-0.18.2 PKGREVISION= 3 @@ -13,6 +13,7 @@ COMMENT= GTK+ client for Yahoo! Messenger BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison USE_BUILDLINK3= YES +USE_GNU_TOOLS+= lex USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-libyahoo="${BUILDLINK_PREFIX.libyahoo}" |