svn commit: r381038 - head/misc/cdcollect

Antoine Brodin antoine at FreeBSD.org
Wed Mar 11 21:24:23 UTC 2015


Author: antoine
Date: Wed Mar 11 21:24:22 2015
New Revision: 381038
URL: https://svnweb.freebsd.org/changeset/ports/381038
QAT: https://qat.redports.org/buildarchive/r381038/

Log:
  Unbreak by using mono to set TZ in env
  
  Reported by:	pkg-fallout

Modified:
  head/misc/cdcollect/Makefile

Modified: head/misc/cdcollect/Makefile
==============================================================================
--- head/misc/cdcollect/Makefile	Wed Mar 11 20:45:06 2015	(r381037)
+++ head/misc/cdcollect/Makefile	Wed Mar 11 21:24:22 2015	(r381038)
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	sqlite3>=3.0:${PORTSDIR}/
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 GNU_CONFIGURE=	yes
-USES=		tar:bzip2 pathfix gettext gmake pkgconfig
+USES=		tar:bzip2 pathfix gettext gmake mono pkgconfig
 USE_GNOME=	gnomeprefix intlhack libgnome gnomesharp20
 GCONF_SCHEMAS=	cdcollect.schemas
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-head mailing list