summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:20:22 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:20:22 +0000
commit4efa9ce4aba677e16625a76f8415226114d2d072 (patch)
tree768a9d49a28e618c67e66b92df38c1d490e817b4 /converters
parentMake the last line of Makefile to be (diff)
- Use USE_ICONV knob
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=105722
Diffstat (limited to 'converters')
-rw-r--r--converters/enca/Makefile3
-rw-r--r--converters/py-iconv/Makefile3
-rw-r--r--converters/py-iconvcodec/Makefile3
-rw-r--r--converters/siconv/Makefile3
4 files changed, 4 insertions, 8 deletions
diff --git a/converters/enca/Makefile b/converters/enca/Makefile
index c3edb599595b..48f4c4bf53bd 100644
--- a/converters/enca/Makefile
+++ b/converters/enca/Makefile
@@ -14,9 +14,8 @@ MASTER_SITES= http://kf.fyz.fce.vutbr.cz/~yeti/Ftp/enca/
MAINTAINER= never@nevermind.kiev.ua
COMMENT= A package for detecting encoding of text files
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
-
USE_GNOME= pkgconfig
+USE_ICONV= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_LIBTOOL_VER= 13
diff --git a/converters/py-iconv/Makefile b/converters/py-iconv/Makefile
index cd7afbdd4c4c..8b40a84d2ac7 100644
--- a/converters/py-iconv/Makefile
+++ b/converters/py-iconv/Makefile
@@ -16,8 +16,7 @@ DIST_SUBDIR= python
MAINTAINER= perky@FreeBSD.org
COMMENT= An iconv wrapper with unicode codec for Python
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
-
+USE_ICONV= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g}
diff --git a/converters/py-iconvcodec/Makefile b/converters/py-iconvcodec/Makefile
index 9a77c12b8ae2..dbb9d17cd43d 100644
--- a/converters/py-iconvcodec/Makefile
+++ b/converters/py-iconvcodec/Makefile
@@ -13,8 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= perky@FreeBSD.org
COMMENT= Universal unicode codec using iconv(3) for Python
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
-
+USE_ICONV= yes
USE_PYTHON= 2.1+
USE_PYDISTUTILS= yes
PYDISTUTILS_BUILDARGS= --with-libiconv=${LOCALBASE}
diff --git a/converters/siconv/Makefile b/converters/siconv/Makefile
index 69f363d89add..f4d854d3978b 100644
--- a/converters/siconv/Makefile
+++ b/converters/siconv/Makefile
@@ -15,8 +15,7 @@ MASTER_SITES= http://www.technocage.com/~caskey/siconv/download/
MAINTAINER= ijliao@FreeBSD.org
COMMENT= Convert data from one character set to another
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
-
+USE_ICONV= yes
PLIST_FILES= bin/siconv
do-build: