diff options
author | Romain Tartière <romain@FreeBSD.org> | 2010-05-25 09:00:01 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2010-05-25 09:00:01 +0000 |
commit | a557a1df9d3c4760f1fbfed1ff36e151e47074ab (patch) | |
tree | c8c6c1ad6c044331da06bb0a0edaea80fbee3aa1 /www/mod_mono | |
parent | ed6716f76f5ce6f43c9b04939e7e57341dc461d6 (diff) | |
download | ports-a557a1df9d3c4760f1fbfed1ff36e151e47074ab.tar.gz ports-a557a1df9d3c4760f1fbfed1ff36e151e47074ab.zip |
devel/apr* is pulled in by USE_APACHE.
PR: ports/146954
Submitted by: pgollucci
Notes
Notes:
svn path=/head/; revision=255040
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 \ |