aboutsummaryrefslogtreecommitdiff
path: root/devel/gamin
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gamin')
-rw-r--r--devel/gamin/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile
index 2f4d06371407..0ac62b7b708c 100644
--- a/devel/gamin/Makefile
+++ b/devel/gamin/Makefile
@@ -15,7 +15,6 @@ MAINTAINER?= gnome@FreeBSD.org
COMMENT?= A file and directory monitoring system
USE_GMAKE= yes
-USE_INC_LIBTOOL_VER=15
USE_GNOME?= gnomehack glib20
INSTALLS_SHLIB= yes
CONFIGURE_ARGS?=--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
@@ -25,6 +24,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFLICTS= fam-[0-9]*
+.if defined(GAMIN_SLAVE)
+USE_LIBTOOL_VER=15
+.else
+USE_INC_LIBTOOL_VER=15
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f