diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-09 11:09:02 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-09 11:09:02 +0000 |
commit | f5cf41bc19ed30051adc11517d8c9c4fef6b1827 (patch) | |
tree | 2b1c8bacc9daab70c9a4c5a5d8b5f59bb27b66d3 /devel | |
parent | 50621ef73ff211b7acfd297169813a97c2f5c3e4 (diff) | |
download | pkgsrc-f5cf41bc19ed30051adc11517d8c9c4fef6b1827.tar.gz |
package not applicable for Linux
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libinotify/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libinotify/Makefile b/devel/libinotify/Makefile index 91dcd929a56..79fa27e23cf 100644 --- a/devel/libinotify/Makefile +++ b/devel/libinotify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/03/12 14:54:14 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2016/03/09 11:09:02 tnn Exp $ # DISTNAME= libinotify-0.0 @@ -15,7 +15,7 @@ USE_LIBTOOL= yes USE_LANGUAGES= c c++ USE_TOOLS+= autoconf automake autoreconf -NOT_FOR_PLATFORM+= SunOS-*-* +NOT_FOR_PLATFORM+= SunOS-*-* Linux-*-* pre-configure: cd ${WRKSRC} && autoreconf -fvi |