diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2018-03-21 19:50:35 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2018-03-21 19:50:35 +0000 |
commit | 636881f4c253addbf7f547590cc52996bf813990 (patch) | |
tree | b7659fd8951e5c57b75a2ee7c2cfedc130eee355 /www/mod_asn/Makefile | |
parent | df79c6de9f49e4d5c35c6bec8f5a3481f4887c71 (diff) |
devel/apr1: Fix runtime issues of dependent port
- iconv is in base in all supported FreeBSD versions
- Fix build with MariaDB 10.2 [2]
- Bump portrevision in dependencies
PR: 226705 [1], 226026 [2]
With hat: apache
Approved by: joneum (apache)
Notes
Notes:
svn path=/head/; revision=465232
Diffstat (limited to 'www/mod_asn/Makefile')
-rw-r--r-- | www/mod_asn/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_asn/Makefile b/www/mod_asn/Makefile index 6c02384ed99f..ca33b3bc41da 100644 --- a/www/mod_asn/Makefile +++ b/www/mod_asn/Makefile @@ -2,6 +2,7 @@ PORTNAME= mod_asn PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/kuriyama \ http://mirrorbrain.org/files/releases/ |