diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-23 23:30:23 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-23 23:30:23 +0000 |
commit | c1b719a31d7bf8aac6583b5435227d5c3d074431 (patch) | |
tree | 511952b356fbc0af246564175358f15eb380b8ba | |
parent | 387d879d60d91269da69fda18b483a1157663352 (diff) | |
download | ports-c1b719a31d7bf8aac6583b5435227d5c3d074431.tar.gz ports-c1b719a31d7bf8aac6583b5435227d5c3d074431.zip |
Notes
-rw-r--r-- | www/xsp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/xsp/Makefile b/www/xsp/Makefile index a8ebb8f750ee..9cc486bb9ed1 100644 --- a/www/xsp/Makefile +++ b/www/xsp/Makefile @@ -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 |