Date: Sat, 23 May 2015 23:30:24 +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: r387192 - head/www/xsp Message-ID: <201505232330.t4NNUOpq064663@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat May 23 23:30:23 2015 New Revision: 387192 URL: https://svnweb.freebsd.org/changeset/ports/387192 Log: - Fix configure with mono 4 - Remove redundant depends PR: 200413 Reported by: pkg-fallout Modified: head/www/xsp/Makefile Modified: head/www/xsp/Makefile ============================================================================== --- head/www/xsp/Makefile Sat May 23 23:20:33 2015 (r387191) +++ head/www/xsp/Makefile Sat May 23 23:30:23 2015 (r387192) @@ -10,9 +10,6 @@ COMMENT= Mono based web server LICENSE= MIT -BUILD_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono -RUN_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono - MAKE_JOBS_UNSAFE= yes GH_ACCOUNT= mono @@ -20,6 +17,7 @@ USE_GITHUB= yes USE_SQLITE= 3 USES= gmake mono pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs USE_AUTOTOOLS= automake autoconf aclocal PATHFIX_MAKEFILEIN=Makefile.am
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505232330.t4NNUOpq064663>