1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-03-07 09:16:08 +00:00
parent 50c923a8eb
commit cc40a07ee1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347349

View File

@ -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 <bsd.port.options.mk>
.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