diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-22 16:34:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-22 16:34:12 +0000 |
commit | 407b000b4e7743980deefc0b04f8d2c992adea7b (patch) | |
tree | 0915225886af6f987e11b8aa6267580c924522f9 /www | |
parent | 5ef847feb3038138828eb8ae5a49f7f0448e4be1 (diff) | |
download | pkgsrc-407b000b4e7743980deefc0b04f8d2c992adea7b.tar.gz |
No longer supports apache2.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-authn-otp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-authn-otp/Makefile b/www/ap2-authn-otp/Makefile index 6eb0cebd1fe..dc2b576168e 100644 --- a/www/ap2-authn-otp/Makefile +++ b/www/ap2-authn-otp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/04/21 09:49:44 pettai Exp $ +# $NetBSD: Makefile,v 1.2 2011/12/22 16:34:12 joerg Exp $ DISTNAME= mod_authn_otp-${DISTVERS} PKGNAME= ${APACHE_PKG_PREFIX}-authn-otp-${DISTVERS} @@ -12,7 +12,7 @@ COMMENT= Apache module for one-time password authentication PKG_DESTDIR_SUPPORT= user-destdir -PKG_APACHE_ACCEPTED= apache2 apache22 +PKG_APACHE_ACCEPTED= apache22 .include "../../mk/apache.mk" |