diff options
author | tv <tv> | 2005-11-07 21:33:37 +0000 |
---|---|---|
committer | tv <tv> | 2005-11-07 21:33:37 +0000 |
commit | a9927a4d5ddc0318236e4b1e8cb3dd23d9bc05fa (patch) | |
tree | 25dd0367cf9363ef9dff746f158388a5dddf8de2 /net/latd/Makefile | |
parent | 1a0f361c01849c9426a1e0d8f45f456cb82b6160 (diff) | |
download | pkgsrc-a9927a4d5ddc0318236e4b1e8cb3dd23d9bc05fa.tar.gz |
NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'net/latd/Makefile')
-rw-r--r-- | net/latd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/latd/Makefile b/net/latd/Makefile index 86fd497323e..69d518eb827 100644 --- a/net/latd/Makefile +++ b/net/latd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:49 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/11/07 21:35:47 tv Exp $ # DISTNAME= latd-1.18 @@ -9,6 +9,8 @@ MAINTAINER= fredette@theory.lcs.mit.edu HOMEPAGE= http://theory.lcs.mit.edu/~fredette/latd/index.html COMMENT= The linux-decnet project's LAT protocol suite +NOT_FOR_PLATFORM= Interix-*-* # no direct ethernet support + USE_PKGINSTALL= yes GNU_CONFIGURE= yes |