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/ayttm | |
parent | fb9dec87342618d3dafe01ebff10bbb9322e253c (diff) | |
download | ports-467597c7762b4f63f535923d37c5d6a44b5f9a21.tar.gz ports-467597c7762b4f63f535923d37c5d6a44b5f9a21.zip |
Notes
Diffstat (limited to 'net/ayttm')
-rw-r--r-- | net/ayttm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ayttm/Makefile b/net/ayttm/Makefile index f919950174ab..6ce4223cd4ad 100644 --- a/net/ayttm/Makefile +++ b/net/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 |