aboutsummaryrefslogtreecommitdiff
path: root/textproc/wv2
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-01-12 09:12:57 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-01-12 09:12:57 +0000
commit3c089c162beedafe4420ef2bc22740bcd8051e70 (patch)
treefedc44652b8dcc9559b5270d68be3d29e67c06e8 /textproc/wv2
parent868910fb14696646840f85dc1e7cb4b4601179e2 (diff)
downloadports-3c089c162beedafe4420ef2bc22740bcd8051e70.tar.gz
ports-3c089c162beedafe4420ef2bc22740bcd8051e70.zip
- Use USE_ICONV instead of LIB_DEPENDS
Approved by: portmgr (erwin, few weeks ago)
Notes
Notes: svn path=/head/; revision=182166
Diffstat (limited to 'textproc/wv2')
-rw-r--r--textproc/wv2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/wv2/Makefile b/textproc/wv2/Makefile
index f14ee8c7e6cd..a708530bbb54 100644
--- a/textproc/wv2/Makefile
+++ b/textproc/wv2/Makefile
@@ -14,11 +14,10 @@ MASTER_SITE_SUBDIR= wvware
MAINTAINER= lofi@freebsd.org
COMMENT= A library providing routines to access Microsoft Word files
-LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
-
CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} --disable-debug
USE_GNOME= gnometarget libgsf
+USE_ICONV= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes