svn commit: r347637 - head/net/mono-zeroconf

Martin Wilke miwi at FreeBSD.org
Sun Mar 9 14:43:52 UTC 2014


Author: miwi
Date: Sun Mar  9 14:43:50 2014
New Revision: 347637
URL: http://svnweb.freebsd.org/changeset/ports/347637
QAT: https://qat.redports.org/buildarchive/r347637/

Log:
  - Stage support

Modified:
  head/net/mono-zeroconf/Makefile

Modified: head/net/mono-zeroconf/Makefile
==============================================================================
--- head/net/mono-zeroconf/Makefile	Sun Mar  9 14:43:44 2014	(r347636)
+++ head/net/mono-zeroconf/Makefile	Sun Mar  9 14:43:50 2014	(r347637)
@@ -12,13 +12,14 @@ BUILD_DEPENDS=	mono:${PORTSDIR}/lang/mon
 		${LOCALBASE}/libdata/pkgconfig/avahi-sharp.pc:${PORTSDIR}/net/avahi-sharp
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+OPTIONS_DEFINE=	DOCS
+
 GNU_CONFIGURE=	yes
 USES=		gmake pathfix pkgconfig
 CONFIGURE_ARGS+=	--program-transform-name="" \
 			--disable-mdnsresponder
 MAKE_JOBS_UNSAFE=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 .include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
 


More information about the svn-ports-head mailing list