diff options
author | Jim Mock <jim@FreeBSD.org> | 2002-07-02 23:24:49 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2002-07-02 23:24:49 +0000 |
commit | 467597c7762b4f63f535923d37c5d6a44b5f9a21 (patch) | |
tree | e123a3515a62f8c140dc93e1dfe0f5f095a69c3e /net-im | |
parent | Fix LIB_DEPENDS, support USE_REINPLACE, move modules to lib/everybuddy. (diff) |
Add USE_BISON.
Submitted by: Ryan Grove <ryan@wonko.com>
Notes
Notes:
svn path=/head/; revision=62368
Diffstat (limited to 'net-im')
-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 f919950174ab..6ce4223cd4ad 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 |