diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-19 03:10:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-19 03:10:58 +0000 |
commit | 02ef451cdc73fa9b3a2b8b5eadf913b1c03bf2ad (patch) | |
tree | e4eb3ac64f736f8db030168ffc6065f6078216d0 /devel/gamin | |
parent | 211cbaeded8b29b5fe6f81043df2762b7a031ead (diff) |
Notes
Diffstat (limited to 'devel/gamin')
-rw-r--r-- | devel/gamin/Makefile | 7 |
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 |