diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-14 00:01:51 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-14 00:01:51 +0800 |
commit | 096d959851db69121a0ae6f42a205c8471a38abf (patch) | |
tree | 1b43b2200fb3e9dbf1c638aa95b164e92fb446e0 /korean | |
parent | d574b155927c25b7732a3064f33c78f419cb6250 (diff) | |
download | freebsd-ports-gnome-096d959851db69121a0ae6f42a205c8471a38abf.tar.gz freebsd-ports-gnome-096d959851db69121a0ae6f42a205c8471a38abf.tar.zst freebsd-ports-gnome-096d959851db69121a0ae6f42a205c8471a38abf.zip |
Fix packaging with python3
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ibus-hangul/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/korean/ibus-hangul/Makefile b/korean/ibus-hangul/Makefile index 21d79d09c0bf..2e6166c6d333 100644 --- a/korean/ibus-hangul/Makefile +++ b/korean/ibus-hangul/Makefile @@ -18,5 +18,6 @@ INSTALLS_ICONS= yes INSTALL_TARGET= install-strip USE_GNOME= gtk30 intlhack pygobject3 USES= gettext gmake libtool pkgconfig python +USE_PYTHON= py3kplist .include <bsd.port.mk> |