svn commit: r347349 - head/devel/gamin

Martin Wilke miwi at FreeBSD.org
Fri Mar 7 09:16:09 UTC 2014


Author: miwi
Date: Fri Mar  7 09:16:08 2014
New Revision: 347349
URL: http://svnweb.freebsd.org/changeset/ports/347349
QAT: https://qat.redports.org/buildarchive/r347349/

Log:
  - Stage support

Modified:
  head/devel/gamin/Makefile

Modified: head/devel/gamin/Makefile
==============================================================================
--- head/devel/gamin/Makefile	Fri Mar  7 09:15:52 2014	(r347348)
+++ head/devel/gamin/Makefile	Fri Mar  7 09:16:08 2014	(r347349)
@@ -32,7 +32,6 @@ LIBINOTIFY_DESC=Use libinotify as the FA
 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


More information about the svn-ports-all mailing list