diff options
author | Will Andrews <will@FreeBSD.org> | 2003-05-21 15:11:35 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-05-21 15:11:35 +0000 |
commit | 400bbbe1739b94d41db36774566886887fad0a71 (patch) | |
tree | c29f0ecafb0cf715ea9df7cf1553480dd4eb935f /x11 | |
parent | 3ea419fda9d1dd07d4789a2e0027ad6f4a466df1 (diff) | |
download | ports-400bbbe1739b94d41db36774566886887fad0a71.tar.gz ports-400bbbe1739b94d41db36774566886887fad0a71.zip |
Add USE_BISON to fix build on 5.1.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=81614
Diffstat (limited to 'x11')
-rw-r--r-- | x11/twin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/twin/Makefile b/x11/twin/Makefile index 288ee78dc563..ed042a9f169b 100644 --- a/x11/twin/Makefile +++ b/x11/twin/Makefile @@ -17,6 +17,7 @@ COMMENT= A text-mode window manager and terminal emulator RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 +USE_BISON= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" |