diff options
author | clement <clement@FreeBSD.org> | 2005-12-05 04:32:58 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-12-05 04:32:58 +0800 |
commit | 664609b2980eec087cd14a2fd92451053c36199d (patch) | |
tree | a4d56299e75cbc3bdeea950dcf4b5de83b73c52e /www/mod_rpaf2 | |
parent | d1af54c28e5f3e5ad1f098b5f5a90a0be5515254 (diff) | |
download | freebsd-ports-gnome-664609b2980eec087cd14a2fd92451053c36199d.tar.gz freebsd-ports-gnome-664609b2980eec087cd14a2fd92451053c36199d.tar.zst freebsd-ports-gnome-664609b2980eec087cd14a2fd92451053c36199d.zip |
- 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 a5f3499dd8b1..5a801dd48263 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 |