diff options
Diffstat (limited to 'irc/ezbounce')
-rw-r--r-- | irc/ezbounce/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index 2c44e07479e8..6b837d44d81f 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -10,8 +10,6 @@ MASTER_SITES= http://BSDforge.com/projects/source/irc/ezbounce/ MAINTAINER= portmaster@BSDforge.com COMMENT= Highly configurable IRC Proxy -BROKEN_powerpc64= fails to configure: checking for boostlib >= 1.33... not found - OPTIONS_DEFINE= DOCS SSL COMPRESS OPTIONS_DEFAULT=SSL COMPRESS OPTIONS_SUB= yes @@ -23,7 +21,7 @@ COMPRESS_CONFIGURE_WITH=boost COMPRESS_DESC= Chat log compression (requires boost) GNU_CONFIGURE= yes -USES= gmake +USES= compiler:c++0x gmake USE_GCC= any # ezbounce 1.99.15 isn't compatible with C++11 and later, which some compilers |