diff options
author | joerg <joerg@pkgsrc.org> | 2014-06-10 15:22:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-06-10 15:22:13 +0000 |
commit | 706de7de9264f25fad75272de7e153c1bf791034 (patch) | |
tree | 2feb1f410c493c9e7cc492d5a0165cd0c95d68b8 /www/ap2-auth-radius | |
parent | 495adcee1c32caf80e361223100031f13dc247a5 (diff) | |
download | pkgsrc-706de7de9264f25fad75272de7e153c1bf791034.tar.gz |
Retire Apache 1.3 and 2.0.
Diffstat (limited to 'www/ap2-auth-radius')
-rw-r--r-- | www/ap2-auth-radius/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ap2-auth-radius/Makefile b/www/ap2-auth-radius/Makefile index 2d0a9a19882..a2091799cf5 100644 --- a/www/ap2-auth-radius/Makefile +++ b/www/ap2-auth-radius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/02/12 23:18:43 tron Exp $ +# $NetBSD: Makefile,v 1.14 2014/06/10 15:22:17 joerg Exp $ DISTNAME= mod_auth_radius PKGNAME= ${APACHE_PKG_PREFIX}-auth-radius-1.5.7 @@ -18,10 +18,9 @@ APACHE_MODULE_NAME= mod_auth_radius.la APACHE_MODULE_SRC= mod_auth_radius.c USE_LIBTOOL= YES -PKG_APACHE_ACCEPTED= apache2 apache22 +PKG_APACHE_ACCEPTED= apache22 .include "../../mk/apache.mk" .include "../../www/apache/module.mk" -BUILDLINK_API_DEPENDS.apache+= apache>=2.0.47 .include "../../security/openssl/buildlink3.mk" |