Date: Wed, 11 Mar 2015 21:24:22 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381038 - head/misc/cdcollect Message-ID: <201503112124.t2BLOMqv036530@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503112124.t2BLOMqv036530>