diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-23 19:08:01 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-23 19:08:01 +0000 |
commit | 78a67e3413e26e3fa37638e253e8153e10b1a4e1 (patch) | |
tree | 1f967529ea63af119edfe883ddfa8eceb251a55b /devel | |
parent | 7424ca4e5634c12c315e0f818cccac86163a7dbb (diff) | |
download | pkgsrc-78a67e3413e26e3fa37638e253e8153e10b1a4e1.tar.gz |
Mark this NOT_FOR solaris.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libinotify/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libinotify/Makefile b/devel/libinotify/Makefile index 4e763426eb9..0c6e3fef7ed 100644 --- a/devel/libinotify/Makefile +++ b/devel/libinotify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/08/29 09:44:01 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2012/06/23 19:08:01 dholland Exp $ # DISTNAME= libinotify-0.0 @@ -17,6 +17,8 @@ USE_LIBTOOL= yes USE_LANGUAGES= c c++ USE_TOOLS+= autoconf automake autoreconf +NOT_FOR_PLATFORM+= SunOS-*-* + pre-configure: cd ${WRKSRC} && autoreconf -fvi |