diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-25 15:18:09 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-25 15:18:09 +0000 |
commit | bc8503489d272042be7aecb2c70795082cde7bbb (patch) | |
tree | 95f1970cc3a318a290558f0f07c9c8d7556af183 /net/bird | |
parent | 2477ee88d52526eb4d864480ab6cb54f39d7671a (diff) | |
download | pkgsrc-bc8503489d272042be7aecb2c70795082cde7bbb.tar.gz |
Mark as not for SunOS, has hardcoded BSD/Linux support.
Diffstat (limited to 'net/bird')
-rw-r--r-- | net/bird/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bird/Makefile.common b/net/bird/Makefile.common index e7470455a06..b2bbbb22b9b 100644 --- a/net/bird/Makefile.common +++ b/net/bird/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2014/03/28 23:27:16 pettai Exp $ +# $NetBSD: Makefile.common,v 1.5 2014/09/25 15:18:09 jperkin Exp $ # used by net/bird/Makefile # used by net/bird6/Makefile @@ -12,6 +12,8 @@ HOMEPAGE= http://bird.network.cz/ COMMENT= The BIRD Internet Routing Daemon LICENSE= gnu-gpl-v2 +NOT_FOR_PLATFORM= SunOS-*-* + USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake flex bison |