diff options
author | hubertf <hubertf> | 2001-09-20 22:39:43 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-09-20 22:39:43 +0000 |
commit | 4d92f05b1cfc585d80a4e90f796d916534baf025 (patch) | |
tree | 3bd665a1d539630c1be19f81a094d6e395968ca1 /net/ppp | |
parent | 5ead4df6b662161dc2a12cfaef7ac96e0ccce572 (diff) | |
download | pkgsrc-4d92f05b1cfc585d80a4e90f796d916534baf025.tar.gz |
Seems NetBSD 1.5's pppd is not as good as this one, so make it available
for NetBSD-*-* (was 1.4-only before).
Reported by Christoph Leuzinger <u53n3t@westworks.ch> in de.comp.os.unix.bsd
Diffstat (limited to 'net/ppp')
-rw-r--r-- | net/ppp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ppp/Makefile b/net/ppp/Makefile index ecd15c63a05..1be9d2d68a7 100644 --- a/net/ppp/Makefile +++ b/net/ppp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 18:19:28 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/09/20 22:39:43 hubertf Exp $ DISTNAME= ppp-2.3.11 CATEGORIES= net @@ -7,7 +7,7 @@ MASTER_SITES= ftp://cs.anu.edu.au/pub/software/ppp/ MAINTAINER= tron@netbsd.org COMMENT= Point-to-Point Protocol for Internet connections over serial lines -ONLY_FOR_PLATFORM= NetBSD-1.4*-* +ONLY_FOR_PLATFORM= NetBSD-*-* HAS_CONFIGURE= yes MANCOMPRESSED_IF_MANZ= yes |