diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 18:31:47 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 18:31:47 +0000 |
commit | 1ccce535394054cb65bd263473b89b3f24775a82 (patch) | |
tree | e18de7e3b9c1d345030fb4888d3ef2ebfc7c9c5e /chinese/cconv | |
parent | 95e70819761ed898d6a4ea9874d4bd43a5491f3e (diff) | |
download | ports-1ccce535394054cb65bd263473b89b3f24775a82.tar.gz ports-1ccce535394054cb65bd263473b89b3f24775a82.zip |
- Fix USE_ICONV leftovers missed in the previous update
Notes
Notes:
svn path=/head/; revision=316684
Diffstat (limited to 'chinese/cconv')
-rw-r--r-- | chinese/cconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/cconv/Makefile b/chinese/cconv/Makefile index 53cdc998ff9f..dfc6749ac77e 100644 --- a/chinese/cconv/Makefile +++ b/chinese/cconv/Makefile @@ -15,7 +15,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simplified-Traditional Chinese conversion tool GNU_CONFIGURE= yes -USE_ICONV= yes +USES= iconv USE_LDCONFIG= yes post-patch: |