View | Details | Raw Unified | Return to bug 164756
Collapse All | Expand All

(-)Makefile (-1 / +10 lines)
Lines 30-36 Link Here
30
GNU_CONFIGURE=	yes
30
GNU_CONFIGURE=	yes
31
31
32
.if !defined(GAMIN_SLAVE)
32
.if !defined(GAMIN_SLAVE)
33
OPTIONS=	GAM_POLLER "Use gamin's poller instead of kqueue's" off
33
OPTIONS=	GAM_POLLER "Use gamin's poller instead of kqueue's" off \
34
		LIBINOTIFY "Build libinotify support" off
34
.endif
35
.endif
35
36
36
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
Lines 39-44 Link Here
39
.if defined(WITH_GAM_POLLER)
40
.if defined(WITH_GAM_POLLER)
40
CPPFLAGS+=	-DUSE_GAMIN_POLLER=1
41
CPPFLAGS+=	-DUSE_GAMIN_POLLER=1
41
.endif
42
.endif
43
44
.if defined(WITH_LIBINOTIFY)
45
CONFIGURE_ARGS+=--enable-inotify
46
LDFLAGS+=	-L${LOCALBASE}/lib -linotify
47
LIB_DEPENDS+=	inotify:${PORTSDIR}/devel/libinotify
48
.else
49
CONFIGURE_ARGS+=--disable-inotify
50
.endif
42
.endif
51
.endif
43
52
44
post-patch:
53
post-patch:

Return to bug 164756