Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2014 09:16:09 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347349 - head/devel/gamin
Message-ID:  <201403070916.s279G9HB042603@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403070916.s279G9HB042603>