diff options
Diffstat (limited to 'net/jabberd')
-rw-r--r-- | net/jabberd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/jabberd/Makefile b/net/jabberd/Makefile index e51b4ecf178e..7be6594a25f6 100644 --- a/net/jabberd/Makefile +++ b/net/jabberd/Makefile @@ -15,10 +15,9 @@ DIST_SUBDIR= jabber MAINTAINER= demon@FreeBSD.org COMMENT= Online presence and instant messaging server -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - GNU_CONFIGURE= yes USE_OPENSSL= yes +USE_ICONV= yes CONFIGURE_ARGS= --localstatedir=/var \ --with-libiconv-prefix=${LOCALBASE} \ --with-openssl=${OPENSSLBASE} \ |