diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-12 05:24:22 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-12 05:24:22 +0800 |
commit | 03492fddce4210683811cb9c06999980a7b14620 (patch) | |
tree | bdd790fa4a66db85e388c836cb519818a52be320 /misc/cdcollect | |
parent | 42e2155347979a03601310c66adb6b348a536458 (diff) | |
download | freebsd-ports-gnome-03492fddce4210683811cb9c06999980a7b14620.tar.gz freebsd-ports-gnome-03492fddce4210683811cb9c06999980a7b14620.tar.zst freebsd-ports-gnome-03492fddce4210683811cb9c06999980a7b14620.zip |
Unbreak by using mono to set TZ in env
Reported by: pkg-fallout
Diffstat (limited to 'misc/cdcollect')
-rw-r--r-- | misc/cdcollect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cdcollect/Makefile b/misc/cdcollect/Makefile index 942a2e985988..e207b5b081e7 100644 --- a/misc/cdcollect/Makefile +++ b/misc/cdcollect/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= sqlite3>=3.0:${PORTSDIR}/databases/sqlite3 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 |