diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
commit | 4efa9ce4aba677e16625a76f8415226114d2d072 (patch) | |
tree | 768a9d49a28e618c67e66b92df38c1d490e817b4 /converters/enca | |
parent | e60f196636352a608c09494e14f7820b3215a15d (diff) | |
download | ports-4efa9ce4aba677e16625a76f8415226114d2d072.tar.gz ports-4efa9ce4aba677e16625a76f8415226114d2d072.zip |
- Use USE_ICONV knob
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=105722
Diffstat (limited to 'converters/enca')
-rw-r--r-- | converters/enca/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |