diff options
author | jim <jim@FreeBSD.org> | 2002-07-02 23:24:49 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2002-07-02 23:24:49 +0000 |
commit | 3a31a1ed4465bb6f93582aa1743e772ae0a60dd0 (patch) | |
tree | 2f968f03ec822f91e94c70a830cda17faf3c9090 /net-im/ayttm | |
parent | 4c69032fb824ca61a11d29459afd883b28feb8b4 (diff) | |
download | FreeBSD-ports-3a31a1ed4465bb6f93582aa1743e772ae0a60dd0.zip FreeBSD-ports-3a31a1ed4465bb6f93582aa1743e772ae0a60dd0.tar.gz |
Add USE_BISON.
Submitted by: Ryan Grove <ryan@wonko.com>
Diffstat (limited to 'net-im/ayttm')
-rw-r--r-- | net-im/ayttm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index f919950..6ce4223 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -22,6 +22,7 @@ WANT_ESOUND= yes USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL= yes +USE_BISON= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -laudiofile" CONFIGURE_ARGS= --disable-arts |