diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-18 12:05:05 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-18 12:05:05 +0800 |
commit | 478fd80efcbb0b481164e3b52d18e33a14fb6fa0 (patch) | |
tree | 50dd7b1ebdbd186eceedd79a2001a7722a5c1f81 /www/ftasv | |
parent | 08fef6ad8f443edde1236029535c88b9c0bb9f55 (diff) | |
download | freebsd-ports-gnome-478fd80efcbb0b481164e3b52d18e33a14fb6fa0.tar.gz freebsd-ports-gnome-478fd80efcbb0b481164e3b52d18e33a14fb6fa0.tar.zst freebsd-ports-gnome-478fd80efcbb0b481164e3b52d18e33a14fb6fa0.zip |
- Convert ports/ to devel/apr1
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@
Diffstat (limited to 'www/ftasv')
-rw-r--r-- | www/ftasv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/ftasv/Makefile b/www/ftasv/Makefile index 112f5d8c899c..fef43f187f14 100644 --- a/www/ftasv/Makefile +++ b/www/ftasv/Makefile @@ -13,7 +13,7 @@ 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/apr +BUILD_DEPENDS= ${LOCALBASE}/bin/apr-1-config:${PORTSDIR}/devel/apr1 GNU_CONFIGURE= yes USE_APACHE= 2.0+ |