diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/mod_mono/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412351
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 |