Sat Jun 23 19:08:01 2012 UTC ()
Mark this NOT_FOR solaris.


(dholland)
diff -r1.1.1.1 -r1.2 pkgsrc/devel/libinotify/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/libinotify/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libinotify/Makefile 2011/08/29 09:44:01 1.1.1.1
+++ pkgsrc/devel/libinotify/Makefile 2012/06/23 19:08:01 1.2
@@ -1,23 +1,25 @@ @@ -1,23 +1,25 @@
1# $NetBSD: Makefile,v 1.1.1.1 2011/08/29 09:44:01 wiz Exp $ 1# $NetBSD: Makefile,v 1.2 2012/06/23 19:08:01 dholland Exp $
2# 2#
3 3
4DISTNAME= libinotify-0.0 4DISTNAME= libinotify-0.0
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://dmitrymatveev.co.uk/files/ 6MASTER_SITES= http://dmitrymatveev.co.uk/files/
7 7
8MAINTAINER= me@dmitrymatveev.co.uk 8MAINTAINER= me@dmitrymatveev.co.uk
9HOMEPAGE= http://dmitrymatveev.co.uk/gsoc11 9HOMEPAGE= http://dmitrymatveev.co.uk/gsoc11
10COMMENT= Inotify emulation library for *BSDs 10COMMENT= Inotify emulation library for *BSDs
11LICENSE= mit 11LICENSE= mit
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
18USE_TOOLS+= autoconf automake autoreconf 18USE_TOOLS+= autoconf automake autoreconf
19 19
 20NOT_FOR_PLATFORM+= SunOS-*-*
 21
20pre-configure: 22pre-configure:
21 cd ${WRKSRC} && autoreconf -fvi 23 cd ${WRKSRC} && autoreconf -fvi
22 24
23.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"