diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index e2691197d174..3eaf490d3aa1 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -33,6 +33,7 @@ USE_INC_LIBTOOL_VER=15 post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f +.if !defined(GAMIN_SLAVE) tests: build @${ECHO_MSG} "===> Running gamin regression tests" @(cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ @@ -40,5 +41,6 @@ tests: build post-install: @${CAT} ${PKGMESSAGE} +.endif .include