diff options
author | tron <tron@pkgsrc.org> | 2000-11-15 16:07:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-15 16:07:23 +0000 |
commit | 62c1795a69c415c8f1c330fd3513806a81e1e90a (patch) | |
tree | 609c80c4ccf168ae0eb4b748e0989c034d5192a6 /net | |
parent | 196f0e12495ac01613d9aaa0527da6efcc909e4f (diff) | |
download | pkgsrc-62c1795a69c415c8f1c330fd3513806a81e1e90a.tar.gz |
This package makes only sense for NetBSD 1.4 and its update releases.
Diffstat (limited to 'net')
-rw-r--r-- | net/ppp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ppp/Makefile b/net/ppp/Makefile index bbfec918463..8fc0e94bfb9 100644 --- a/net/ppp/Makefile +++ b/net/ppp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/07/11 20:41:26 tron Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/15 16:07:23 tron Exp $ DISTNAME= ppp-2.3.11 CATEGORIES= net @@ -6,6 +6,8 @@ MASTER_SITES= ftp://cs.anu.edu.au/pub/software/ppp/ MAINTAINER= tron@netbsd.org +ONLY_FOR_PLATFORM= NetBSD-1.4*-* + HAS_CONFIGURE= yes MANCOMPRESSED_IF_MANZ= yes |