diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-07-30 09:25:07 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-07-30 09:25:07 +0000 |
commit | e6bb942f205a1f43af698d34e2666fc75c1edb19 (patch) | |
tree | 807af49e371d61ed2fe606763e0a8181cb0bb385 /net-p2p | |
parent | Update to 0.12.6. (diff) |
Add bison build dependancy to fix the build after the recent glib and gtk update.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index 47097121ae72..3129aa21a3ee 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -25,6 +25,7 @@ LICENSE_COMB= dual LICENSE_FILE_GPLv2=${WRKSRC}/docs/COPYING USE_BZIP2= yes +USE_BISON= build USE_GNOME= pkgconfig USE_GMAKE= yes USE_WX= 2.8 |