diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-23 00:57:40 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-23 00:57:40 +0000 |
commit | 2ca623b0964e63739da2fdd48069513e4c55c51d (patch) | |
tree | 282f0323f7737e52d714d695287d1f8159092976 | |
parent | 5c19bb0273598009f535673f1580dac863a5cb7e (diff) | |
download | ports-2ca623b0964e63739da2fdd48069513e4c55c51d.tar.gz ports-2ca623b0964e63739da2fdd48069513e4c55c51d.zip |
Notes
-rw-r--r-- | benchmarks/tsung/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmarks/tsung/Makefile b/benchmarks/tsung/Makefile index 142e9086f7a7..d188284f0971 100644 --- a/benchmarks/tsung/Makefile +++ b/benchmarks/tsung/Makefile @@ -20,6 +20,10 @@ RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \ gnuplot:${PORTSDIR}/math/gnuplot \ ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit +BROKEN= fails to install +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE= 2008-01-22 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-erlang=${LOCALBASE} USE_GMAKE= yes |