diff options
author | romain <romain@FreeBSD.org> | 2010-05-25 17:00:01 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2010-05-25 17:00:01 +0800 |
commit | 06923273237818b893f60ce42258dbd6882d4bc9 (patch) | |
tree | 230634be2b38ab2baccabb1a622bd9c08df80069 /www/mod_mono | |
parent | 7817f1128de3c5d53347c869fb8a656f27539c1c (diff) | |
download | freebsd-ports-gnome-06923273237818b893f60ce42258dbd6882d4bc9.tar.gz freebsd-ports-gnome-06923273237818b893f60ce42258dbd6882d4bc9.tar.zst freebsd-ports-gnome-06923273237818b893f60ce42258dbd6882d4bc9.zip |
devel/apr* is pulled in by USE_APACHE.
PR: ports/146954
Submitted by: pgollucci
Diffstat (limited to 'www/mod_mono')
-rw-r--r-- | www/mod_mono/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_mono/Makefile b/www/mod_mono/Makefile index 0a32fae7626d..e43f4a6e4fbf 100644 --- a/www/mod_mono/Makefile +++ b/www/mod_mono/Makefile @@ -8,14 +8,13 @@ PORTNAME= mod_mono PORTVERSION= 2.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ MAINTAINER= mono@FreeBSD.org COMMENT= Apache module for serving ASP.NET applications -LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1 BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \ xsp:${PORTSDIR}/www/xsp RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \ |