diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ppp-mppe/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile index 38ae603defe..fad52f0e258 100644 --- a/net/ppp-mppe/Makefile +++ b/net/ppp-mppe/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.18 2003/09/15 16:27:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.19 2003/10/14 19:22:55 cube Exp $ DISTNAME= ppp-2.3.9 PKGNAME= ppp-mppe-2.3.9 CATEGORIES= net MASTER_SITES= ftp://cs.anu.edu.au/pub/software/ppp/ -MAINTAINER= dbj@NetBSD.org +MAINTAINER= cube@NetBSD.org HOMEPAGE= http://www.moretonbay.com/vpn/releases/ COMMENT= PPP daemon and LKM with MPPE - Microsoft Point-to-Point Encryption CONFLICTS+= ppp-2.* -OPENSSL_VERS= 0.9.6g +OPENSSL_VERS= 0.9.6k OPENSSL_SRC= ${_PKGSRCDIR}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VERS} HAS_CONFIGURE= yes |