diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-16 04:07:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-16 04:07:15 +0800 |
commit | 808adbfecfd6553319423e1a0f9c07d3be04761f (patch) | |
tree | 4eefe1fd105c80ca260f34e7a736e6f9e8e77bed /www/gatling/Makefile | |
parent | 03eabcd361dd71aa403f07c1cf271e5c779eaacb (diff) | |
download | freebsd-ports-gnome-808adbfecfd6553319423e1a0f9c07d3be04761f.tar.gz freebsd-ports-gnome-808adbfecfd6553319423e1a0f9c07d3be04761f.tar.zst freebsd-ports-gnome-808adbfecfd6553319423e1a0f9c07d3be04761f.zip |
- Chase increase of devel/libowfat shlib version.
- Bump PORTREVISION
PR: ports/107911
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Diffstat (limited to 'www/gatling/Makefile')
-rw-r--r-- | www/gatling/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gatling/Makefile b/www/gatling/Makefile index 0a3e500e7aef..9d4ab68c669e 100644 --- a/www/gatling/Makefile +++ b/www/gatling/Makefile @@ -7,13 +7,14 @@ PORTNAME= gatling PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= www benchmarks ftp ipv6 MASTER_SITES= http://dl.fefe.de/ MAINTAINER= tmseck@netcologne.de COMMENT= A high performance webserver with scalability benchmark tools -BUILD_DEPENDS= ${LOCALBASE}/lib/libowfat.a:${PORTSDIR}/devel/libowfat +BUILD_DEPENDS= libowfat>=0.25:${PORTSDIR}/devel/libowfat USE_BZIP2= yes USE_GMAKE= yes |