aboutsummaryrefslogtreecommitdiffstats
path: root/net/jabberd
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-31 03:56:43 +0800
committerkrion <krion@FreeBSD.org>2004-03-31 03:56:43 +0800
commit14042a07c94213103476ba10caba0e05d7386a88 (patch)
tree85ab7d332a60216705aba7ae5ea7bd5afd901b21 /net/jabberd
parent17635d4d1428af00fc5c2d051fe401dc9e54a671 (diff)
downloadfreebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.tar.gz
freebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.tar.zst
freebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.zip
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'net/jabberd')
-rw-r--r--net/jabberd/Makefile3
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} \