aboutsummaryrefslogtreecommitdiffstats
path: root/net/yaz
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/yaz
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/yaz')
-rw-r--r--net/yaz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile
index dc4b658fa921..8c29c773e9c2 100644
--- a/net/yaz/Makefile
+++ b/net/yaz/Makefile
@@ -10,12 +10,12 @@ PORTVERSION= 2.0.18
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
- xml2.5:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
MAINTAINER= demon@FreeBSD.org
COMMENT= Z39.50/SR client and API library
+USE_ICONV= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \