summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorcube <cube>2003-10-14 20:12:20 +0000
committercube <cube>2003-10-14 20:12:20 +0000
commitffa693abd79f274165603f4a1a89f46270bab47b (patch)
tree56b307b32c034d98ae6b07457eb2f6786c361742 /net
parentd7cc786702c72a3cf5af2dd4507a988f25d49696 (diff)
downloadpkgsrc-ffa693abd79f274165603f4a1a89f46270bab47b.tar.gz
Make it clear it is for NetBSD only.
From reed@ in pkgsrc-changes.
Diffstat (limited to 'net')
-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}