diff options
Diffstat (limited to 'www/mod_mono/Makefile')
-rw-r--r-- | www/mod_mono/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_mono/Makefile b/www/mod_mono/Makefile index 276c08283adb..71840b0a3609 100644 --- a/www/mod_mono/Makefile +++ b/www/mod_mono/Makefile @@ -12,10 +12,10 @@ COMMENT= Apache module for serving ASP.NET applications LICENSE= APACHE20 -BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \ - xsp:${PORTSDIR}/www/xsp -RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \ - xsp:${PORTSDIR}/www/xsp +BUILD_DEPENDS= mono:lang/mono \ + xsp:www/xsp +RUN_DEPENDS= mono:lang/mono \ + xsp:www/xsp GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --man=${PREFIX}/man |