diff options
author | jkim <jkim@FreeBSD.org> | 2014-03-15 01:16:37 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2014-03-15 01:16:37 +0800 |
commit | 643d04c4178554928c6f46f8ce5b8b17ad9d5a9b (patch) | |
tree | c1965a82ffa23699e50897d3d4db91848724f63e /korean | |
parent | 1f578f68fa885bbf5805452cefe8d8689c399166 (diff) | |
download | freebsd-ports-gnome-643d04c4178554928c6f46f8ce5b8b17ad9d5a9b.tar.gz freebsd-ports-gnome-643d04c4178554928c6f46f8ce5b8b17ad9d5a9b.tar.zst freebsd-ports-gnome-643d04c4178554928c6f46f8ce5b8b17ad9d5a9b.zip |
Use USES=tar:bzip2.
Diffstat (limited to 'korean')
-rw-r--r-- | korean/imhangul/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/korean/imhangul/Makefile b/korean/imhangul/Makefile index 180480c11dc4..6fe1af46a73a 100644 --- a/korean/imhangul/Makefile +++ b/korean/imhangul/Makefile @@ -14,9 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= hangul:${PORTSDIR}/korean/libhangul USE_AUTOTOOLS= libtool -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 OPTIONS_DEFINE= GTK3 NLS |