diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-12 23:09:13 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-12 23:09:13 +0000 |
commit | caf039209cbaa1425fe2b408714c7c38e6a3ce4d (patch) | |
tree | 2765d35a0ae271e346d8e2a883619d18f252b899 /net | |
parent | e08778e1640dfd3c1e0ad0c43bf3ef64036e40f9 (diff) | |
download | pkgsrc-caf039209cbaa1425fe2b408714c7c38e6a3ce4d.tar.gz |
Mark as only for NetBSD. Depends on bpf, tty APIs, if_ether.h and so on ...
Diffstat (limited to 'net')
-rw-r--r-- | net/mouse-pppoe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mouse-pppoe/Makefile b/net/mouse-pppoe/Makefile index 0794b6b8886..681ca7a0e9b 100644 --- a/net/mouse-pppoe/Makefile +++ b/net/mouse-pppoe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2013/04/06 03:45:21 rodent Exp $ +# $NetBSD: Makefile,v 1.19 2016/03/12 23:09:13 tnn Exp $ DISTNAME= pppoe.20000912 PKGNAME= mouse-${DISTNAME:S/./-/} @@ -9,7 +9,7 @@ MASTER_SITES= ftp://sparkle.rodents.montreal.qc.ca/pub/mouse/ftp.netbsd.org/ppp MAINTAINER= mouse@NetBSD.org COMMENT= PPP over Ethernet program by der Mouse -NOT_FOR_PLATFORM= Interix-*-* # no userland protocol stack support +ONLY_FOR_PLATFORM= NetBSD-*-* WRKSRC= ${WRKDIR} INSTALLATION_DIRS= sbin share/doc/mouse_pppoe |