diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-06-27 17:28:35 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-06-27 17:28:35 +0800 |
commit | c54f3cac10d9f26bce957f83e341dead37438208 (patch) | |
tree | 839165c3c1debd7bc0513e060c1570fab99b4321 | |
parent | 3186e08e7cdddac0929decce6bf1d991d8812181 (diff) | |
download | freebsd-ports-gnome-c54f3cac10d9f26bce957f83e341dead37438208.tar.gz freebsd-ports-gnome-c54f3cac10d9f26bce957f83e341dead37438208.tar.zst freebsd-ports-gnome-c54f3cac10d9f26bce957f83e341dead37438208.zip |
Add missing USES+=iconv because most of Mailutils programs use functions
it provides, but dependency was not recorded in the package. This bug
went unnoticed for a long time because `libiconv.so.2' library typically
exists on any FreeBSD installation, and was revealed by recent exp-run.
Since port revision was bumped just now in the previous commit, abuse it
and do not bump again.
PR: 229613
-rw-r--r-- | mail/mailutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailutils/Makefile b/mail/mailutils/Makefile index 687c191934f3..505293789097 100644 --- a/mail/mailutils/Makefile +++ b/mail/mailutils/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3+ LIB_DEPENDS= libltdl.so:devel/libltdl -USES= gmake libtool localbase readline tar:xz +USES= gmake iconv libtool localbase readline tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_RC_SUBR= comsatd imap4d pop3d |