diff options
Diffstat (limited to 'devel/gamin')
-rw-r--r-- | devel/gamin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index 485995d99972..a0b5733d6d18 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -41,7 +41,7 @@ CPPFLAGS+= -DUSE_GAMIN_POLLER=1 .if ${PORT_OPTIONS:MLIBINOTIFY} CONFIGURE_ARGS+=--enable-inotify LIBS+= -linotify -LIB_DEPENDS+= libinotify.so:${PORTSDIR}/devel/libinotify +LIB_DEPENDS+= libinotify.so:devel/libinotify .else CONFIGURE_ARGS+=--disable-inotify .endif |