diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-16 02:55:58 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-16 02:55:58 +0800 |
commit | 7884f029bc1eaea06cc1e0966958729a5f3bd792 (patch) | |
tree | 7084f932e437413562d31d3e632da8fb76c89479 /java/openjdk6 | |
parent | 7f4a3423b2226dbf108e9549da51d29654a61327 (diff) | |
download | freebsd-ports-gnome-7884f029bc1eaea06cc1e0966958729a5f3bd792.tar.gz freebsd-ports-gnome-7884f029bc1eaea06cc1e0966958729a5f3bd792.tar.zst freebsd-ports-gnome-7884f029bc1eaea06cc1e0966958729a5f3bd792.zip |
- Add missing iconv USES
PR: java/182100
Submitted by: m.viey@wanadoo.fr
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'java/openjdk6')
-rw-r--r-- | java/openjdk6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/openjdk6/Makefile b/java/openjdk6/Makefile index 82a7995871aa..b8b290d26cf6 100644 --- a/java/openjdk6/Makefile +++ b/java/openjdk6/Makefile @@ -53,7 +53,7 @@ FASTDEBUG_DESC= Include fastdebug build TEST_DESC= Add support for running regression test .endif -USES= gmake motif +USES= gmake iconv motif .include <bsd.port.options.mk> .include "${.CURDIR}/../openjdk6/Makefile.icedtea" |