From cc40a07ee1a164a06c3f240446d870f3a458cde3 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 7 Mar 2014 09:16:08 +0000 Subject: [PATCH] - Stage support --- devel/gamin/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index b7e517cfa249..91c6491d633c 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -32,7 +32,6 @@ LIBINOTIFY_DESC=Use libinotify as the FAM backend RUN_AS_EUID_DESC=Drop privileges to effective user .endif -NO_STAGE= yes .include .if !defined(GAMIN_SLAVE) @@ -43,7 +42,7 @@ CPPFLAGS+= -DUSE_GAMIN_POLLER=1 .if ${PORT_OPTIONS:MLIBINOTIFY} CONFIGURE_ARGS+=--enable-inotify LDFLAGS+= -L${LOCALBASE}/lib -linotify -LIB_DEPENDS+= inotify:${PORTSDIR}/devel/libinotify +LIB_DEPENDS+= libinotify.so:${PORTSDIR}/devel/libinotify .else CONFIGURE_ARGS+=--disable-inotify .endif