summaryrefslogtreecommitdiff
path: root/net/ppp-mppe
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2003-10-14 20:12:20 +0000
committercube <cube@pkgsrc.org>2003-10-14 20:12:20 +0000
commit6f2da57818eacf812aa44080ae8e15dd22c45954 (patch)
tree56b307b32c034d98ae6b07457eb2f6786c361742 /net/ppp-mppe
parent4aed7e401c0d8f1d483b52fe681b89dd25d5dc0f (diff)
downloadpkgsrc-6f2da57818eacf812aa44080ae8e15dd22c45954.tar.gz
Make it clear it is for NetBSD only.
From reed@ in pkgsrc-changes.
Diffstat (limited to 'net/ppp-mppe')
-rw-r--r--net/ppp-mppe/DESCR6
-rw-r--r--net/ppp-mppe/Makefile4
2 files changed, 6 insertions, 4 deletions
diff --git a/net/ppp-mppe/DESCR b/net/ppp-mppe/DESCR
index 65c80d56bda..56d7691be0f 100644
--- a/net/ppp-mppe/DESCR
+++ b/net/ppp-mppe/DESCR
@@ -3,9 +3,9 @@ network connection over a serial link. At present, this package supports
IP and the protocols layered above IP, such as TCP and UDP.
This software consists of two parts:
- - Loadable Kernel module, which establishes a network interface and
- passes packets between the serial port, the kernel networking code and
- the PPP daemon (pppd).
+ - A NetBSD Loadable Kernel module, which establishes a network interface
+ and passes packets between the serial port, the kernel networking code
+ and the PPP daemon (pppd).
- The PPP daemon (pppd), which negotiates with the peer to establish the
link and sets up the ppp network interface. Pppd includes support for
authentication, so you can control which other systems may make a PPP
diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile
index fad52f0e258..b10ac74bcbb 100644
--- a/net/ppp-mppe/Makefile
+++ b/net/ppp-mppe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/10/14 19:22:55 cube Exp $
+# $NetBSD: Makefile,v 1.20 2003/10/14 20:12:20 cube Exp $
DISTNAME= ppp-2.3.9
PKGNAME= ppp-mppe-2.3.9
@@ -11,6 +11,8 @@ COMMENT= PPP daemon and LKM with MPPE - Microsoft Point-to-Point Encryption
CONFLICTS+= ppp-2.*
+ONLY_FOR_PLATFORM= NetBSD-*-*
+
OPENSSL_VERS= 0.9.6k
OPENSSL_SRC= ${_PKGSRCDIR}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VERS}