diff options
Diffstat (limited to 'devel/gamin/Makefile')
-rw-r--r-- | devel/gamin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index ae4d0a759ea7..f406dab7cdaf 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -25,9 +25,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ CONFLICTS= fam-[0-9]* .if defined(GAMIN_SLAVE) -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc .else -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .endif post-patch: |