diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
commit | a6d2f30533e141f8a5dc3d20b01d58339654c5cf (patch) | |
tree | c350c4abc20ce22bda0b7dba0636816742669bc8 /korean/ibus-hangul | |
parent | ac56971df4fe7c1fad64354371b6054246299b18 (diff) | |
download | ports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.tar.gz ports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.zip |
Notes
Diffstat (limited to 'korean/ibus-hangul')
-rw-r--r-- | korean/ibus-hangul/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/korean/ibus-hangul/Makefile b/korean/ibus-hangul/Makefile index 38e3956a7125..c6298d0c1b1b 100644 --- a/korean/ibus-hangul/Makefile +++ b/korean/ibus-hangul/Makefile @@ -17,10 +17,12 @@ LIB_DEPENDS= libhangul.so:${PORTSDIR}/korean/libhangul \ PROJECTHOST= ibus GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib INSTALLS_ICONS= yes -USE_GNOME= intltool pygobject3 +USES= gmake libtool pkgconfig +USE_GNOME= intlhack pygobject3 USE_PYTHON= yes -USES= gmake libtool pathfix pkgconfig OPTIONS_DEFINE= NLS OPTIONS_SUB= NLS |