diff options
-rw-r--r-- | benchmarks/dbench/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile index 1c1bcf47de41..d1bcd9e70902 100644 --- a/benchmarks/dbench/Makefile +++ b/benchmarks/dbench/Makefile @@ -7,7 +7,7 @@ PORTNAME= dbench PORTVERSION= 3.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= benchmarks MASTER_SITES= http://samba.org/ftp/tridge/dbench/ @@ -17,11 +17,6 @@ COMMENT= A simulation of the Ziff-Davis netbench benchmark GNU_CONFIGURE= yes MAN1= dbench.1 +MLINKS= dbench.1 tbench.1 dbench.1 tbench_srv.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Doesn't build on FreeBSD < 5.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |