svn commit: r387192 - head/www/xsp
Antoine Brodin
antoine at FreeBSD.org
Sat May 23 23:30:24 UTC 2015
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
More information about the svn-ports-all
mailing list