diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-07 09:16:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-07 09:16:08 +0000 |
commit | cc40a07ee1a164a06c3f240446d870f3a458cde3 (patch) | |
tree | 86ec911d52648fb508957e80b9ace727e2165eab /devel/gamin | |
parent | 50c923a8ebd5daa0b510b1657abda7a3ebc5539e (diff) | |
download | ports-cc40a07ee1a164a06c3f240446d870f3a458cde3.tar.gz ports-cc40a07ee1a164a06c3f240446d870f3a458cde3.zip |
Notes
Diffstat (limited to 'devel/gamin')
-rw-r--r-- | devel/gamin/Makefile | 3 |
1 files changed, 1 insertions, 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 <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 |