diff options
author | clement <clement@FreeBSD.org> | 2005-12-04 20:32:58 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-12-04 20:32:58 +0000 |
commit | 664609b2980eec087cd14a2fd92451053c36199d (patch) | |
tree | a4d56299e75cbc3bdeea950dcf4b5de83b73c52e /www/mod_rpaf2 | |
parent | d1af54c28e5f3e5ad1f098b5f5a90a0be5515254 (diff) | |
download | FreeBSD-ports-664609b2980eec087cd14a2fd92451053c36199d.zip FreeBSD-ports-664609b2980eec087cd14a2fd92451053c36199d.tar.gz |
- Convert to new USE_APACHE
- Add SHA256
Diffstat (limited to 'www/mod_rpaf2')
-rw-r--r-- | www/mod_rpaf2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_rpaf2/Makefile b/www/mod_rpaf2/Makefile index a5f3499..5a801dd 100644 --- a/www/mod_rpaf2/Makefile +++ b/www/mod_rpaf2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -WANT_APACHE= 2 +USE_APACHE= 20+ LATEST_LINK= mod_rpaf2 MASTERDIR= ${.CURDIR}/../mod_rpaf |