diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-04-13 10:59:29 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-04-13 10:59:29 +0800 |
commit | e9626ec3e13b7f5a126b7bf8d68af7ccdd9fc1ed (patch) | |
tree | cf03c8702cce8a07c505ceb8021da6fce78cc776 /www/mod_backhand | |
parent | 27e9e9995c86cc70aa17db3d33ddf692d71bbfa2 (diff) | |
download | freebsd-ports-gnome-e9626ec3e13b7f5a126b7bf8d68af7ccdd9fc1ed.tar.gz freebsd-ports-gnome-e9626ec3e13b7f5a126b7bf8d68af7ccdd9fc1ed.tar.zst freebsd-ports-gnome-e9626ec3e13b7f5a126b7bf8d68af7ccdd9fc1ed.zip |
- USE_APACHE=yes is deprecated
Diffstat (limited to 'www/mod_backhand')
-rw-r--r-- | www/mod_backhand/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_backhand/Makefile b/www/mod_backhand/Makefile index 884d55d6f0ce..c12d39549c68 100644 --- a/www/mod_backhand/Makefile +++ b/www/mod_backhand/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://mirrors.omniti.com/mod_backhand/ \ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module that allows seamless redirection and load balancing of HTTP requests -USE_APACHE= yes +USE_APACHE= 1.3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-apxs="${APXS}" |