diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-05-25 19:58:41 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-05-25 19:58:41 +0800 |
commit | ce00609b187e62058f6e1848a98f310b1f95cb21 (patch) | |
tree | 4a2737024f1e6244a6fdce8f4f204019f1244032 /www/ftasv | |
parent | c266397bda4f9d0e90b0bfaa293c720981c67bba (diff) | |
download | freebsd-ports-gnome-ce00609b187e62058f6e1848a98f310b1f95cb21.tar.gz freebsd-ports-gnome-ce00609b187e62058f6e1848a98f310b1f95cb21.tar.zst freebsd-ports-gnome-ce00609b187e62058f6e1848a98f310b1f95cb21.zip |
- Removed dependencies unnecessary
- BUMP PORTREVISION
PR: ports/146951
Submitted by: pgollucci@
Diffstat (limited to 'www/ftasv')
-rw-r--r-- | www/ftasv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ftasv/Makefile b/www/ftasv/Makefile index fef43f187f14..8ad042e9f4e4 100644 --- a/www/ftasv/Makefile +++ b/www/ftasv/Makefile @@ -7,14 +7,13 @@ PORTNAME= ftasv PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://fabletech.com/${PORTNAME}-download/ MAINTAINER= sylvio@FreeBSD.org COMMENT= Is a commandline scoreboard viewer for the Apache server -BUILD_DEPENDS= ${LOCALBASE}/bin/apr-1-config:${PORTSDIR}/devel/apr1 - GNU_CONFIGURE= yes USE_APACHE= 2.0+ |