diff options
author | antoine <antoine@FreeBSD.org> | 2015-03-12 05:56:36 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-03-12 05:56:36 +0800 |
commit | ebff11302a7897b9387f29888b743dea83334d50 (patch) | |
tree | 802f6798ab8fde86975b608f77c417af6f44fe7b /lang | |
parent | efa4aa88f6cfcc116a73afdf7cf3d1c964313f7b (diff) | |
download | freebsd-ports-gnome-ebff11302a7897b9387f29888b743dea83334d50.tar.gz freebsd-ports-gnome-ebff11302a7897b9387f29888b743dea83334d50.tar.zst freebsd-ports-gnome-ebff11302a7897b9387f29888b743dea83334d50.zip |
Convert to USES=mono (and unbreak when no TZ is set)
Reported by: pkg-fallout
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono-basic/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/mono-basic/Makefile b/lang/mono-basic/Makefile index 7716cbece49f..28e50132c814 100644 --- a/lang/mono-basic/Makefile +++ b/lang/mono-basic/Makefile @@ -9,12 +9,9 @@ MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ MAINTAINER= mono@FreeBSD.org COMMENT= VisualBasic.NET support for Mono -BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono -RUN_DEPENDS= mono:${PORTSDIR}/lang/mono - HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} -USES= gmake tar:bzip2 +USES= gmake mono tar:bzip2 tests: build @${ECHO_MSG} "===> Running ${PORTNAME} regression tests" |