svn commit: r381044 - head/devel/notify-sharp

Antoine Brodin antoine at FreeBSD.org
Wed Mar 11 22:03:47 UTC 2015


Author: antoine
Date: Wed Mar 11 22:03:46 2015
New Revision: 381044
URL: https://svnweb.freebsd.org/changeset/ports/381044
QAT: https://qat.redports.org/buildarchive/r381044/

Log:
  Use mono to unbreak when no TZ is set
  
  Reported by:	pkg-fallout

Modified:
  head/devel/notify-sharp/Makefile

Modified: head/devel/notify-sharp/Makefile
==============================================================================
--- head/devel/notify-sharp/Makefile	Wed Mar 11 22:00:18 2015	(r381043)
+++ head/devel/notify-sharp/Makefile	Wed Mar 11 22:03:46 2015	(r381044)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgcon
 		${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon
 
 GNU_CONFIGURE=	yes
-USES=		gmake pathfix pkgconfig
+USES=		gmake mono pathfix pkgconfig
 USE_GNOME=	gtksharp20
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list