View | Details | Raw Unified | Return to bug 196871 | Differences between
and this patch

Collapse All | Expand All

(-)b/Mk/Uses/mono.mk (-5 lines)
Lines 88-98 RUN_DEPENDS+= mono:lang/mono Link Here
88
# Set the location that webaps served by XSP should use.
88
# Set the location that webaps served by XSP should use.
89
XSP_DOCROOT=		${PREFIX}/www/xsp
89
XSP_DOCROOT=		${PREFIX}/www/xsp
90
90
91
# gac utilities
92
GACUTIL=${LOCALBASE}/bin/gacutil /root ${PREFIX}/lib/ /gacdir ${PREFIX}/lib
93
GACUTIL_INSTALL=${GACUTIL} /i
94
GACUTIL_INSTALL_PACKAGE=${GACUTIL} /i /package 1.0 /package 2.0
95
96
.  if ${mono_ARGS:Mnuget}
91
.  if ${mono_ARGS:Mnuget}
97
MAKE_ENV+=	NUGET_PACKAGES=${NUGET_PACKAGEDIR}
92
MAKE_ENV+=	NUGET_PACKAGES=${NUGET_PACKAGEDIR}
98
93

Return to bug 196871