diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-18 04:05:05 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-18 04:05:05 +0000 |
commit | 55544fc2be6293cc3e0316e40af48ca44fc4e529 (patch) | |
tree | 29e8cfc0914a759313cdb1eab3bedf0c36297450 /www/mod_mono | |
parent | 05bd43c1e696d2012387a78d35d19a8d44882cd1 (diff) | |
download | freebsd-ports-55544fc2be6293cc3e0316e40af48ca44fc4e529.zip |
- Convert ports/ to devel/apr1
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@
Diffstat (limited to 'www/mod_mono')
-rw-r--r-- | www/mod_mono/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_mono/Makefile b/www/mod_mono/Makefile index 7c729fb9ef4d..6dda566ba827 100644 --- a/www/mod_mono/Makefile +++ b/www/mod_mono/Makefile @@ -15,7 +15,7 @@ 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/apr +LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1 BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \ xsp:${PORTSDIR}/www/xsp RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \ |