diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-08-03 16:06:22 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-08-03 16:06:22 +0000 |
commit | 3d047d2b93f15763e91a9e05e2bfd8692cbc974a (patch) | |
tree | ac9064814f54dd148ccbfaf990cd9ad9674b3598 /net-im | |
parent | d5d0f8e24836eb19100027b63c8f769e358a2366 (diff) | |
download | ports-3d047d2b93f15763e91a9e05e2bfd8692cbc974a.tar.gz ports-3d047d2b93f15763e91a9e05e2bfd8692cbc974a.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ejabberd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/ejabberd/Makefile b/net-im/ejabberd/Makefile index 8f6073011991..0caf3640e330 100644 --- a/net-im/ejabberd/Makefile +++ b/net-im/ejabberd/Makefile @@ -3,6 +3,7 @@ PORTNAME= ejabberd PORTVERSION= 14.07 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.process-one.net/downloads/${PORTNAME}/${PORTVERSION}/:p1 \ http://distfiles.pirateparty.in/%SUBDIR%/:deps \ @@ -58,7 +59,7 @@ JSON_CONFIGURE_ENABLE= json MYSQL_CONFIGURE_ENABLE= mysql PGSQL_CONFIGURE_ENABLE= pgsql ICONV_CONFIGURE_ENABLE= iconv -ICONV_USES= iconv +ICONV_USES= iconv:wchar_t ICONV_LDFLAGS= ${ICONV_LIB} DOCS_MAKE_ARGS_OFF= NOPORTDOCS=yes |