diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-03-22 03:50:35 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-03-22 03:50:35 +0800 |
commit | 12ab11173fcc37b1f11462f931a1f29360b109ee (patch) | |
tree | b7659fd8951e5c57b75a2ee7c2cfedc130eee355 /lang | |
parent | e8f306888a1df1933c51bd2b5c6d188eb0812771 (diff) | |
download | freebsd-ports-gnome-12ab11173fcc37b1f11462f931a1f29360b109ee.tar.gz freebsd-ports-gnome-12ab11173fcc37b1f11462f931a1f29360b109ee.tar.zst freebsd-ports-gnome-12ab11173fcc37b1f11462f931a1f29360b109ee.zip |
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)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/neko/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/neko/Makefile b/lang/neko/Makefile index 63f922088993..59b9de4c05ba 100644 --- a/lang/neko/Makefile +++ b/lang/neko/Makefile @@ -3,7 +3,7 @@ PORTNAME= neko DISTVERSIONPREFIX= v DISTVERSION= 2-2-0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MAINTAINER= penzin.dev@gmail.com |