svn commit: r381141 - head/graphics/pinta

Antoine Brodin antoine at FreeBSD.org
Thu Mar 12 18:28:25 UTC 2015


Author: antoine
Date: Thu Mar 12 18:28:24 2015
New Revision: 381141
URL: https://svnweb.freebsd.org/changeset/ports/381141
QAT: https://qat.redports.org/buildarchive/r381141/

Log:
  Use mono to unbreak when no TZ is set

Modified:
  head/graphics/pinta/Makefile

Modified: head/graphics/pinta/Makefile
==============================================================================
--- head/graphics/pinta/Makefile	Thu Mar 12 18:27:38 2015	(r381140)
+++ head/graphics/pinta/Makefile	Thu Mar 12 18:28:24 2015	(r381141)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:${PORTSDIR}/devel/mono-addins
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		gmake desktop-file-utils pkgconfig
+USES=		desktop-file-utils gmake mono pkgconfig
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--mandir=${PREFIX}/man
 


More information about the svn-ports-head mailing list