diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 13:21:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 13:21:43 +0000 |
commit | 456cec5f1f7e07484b77c8b16335959c913312db (patch) | |
tree | d186ce51f3d85765397696f5d010e80286c295bf /textproc/ibus-kmfl | |
parent | 751de73c1614767de9e196161c87e59587557351 (diff) |
Notes
Diffstat (limited to 'textproc/ibus-kmfl')
-rw-r--r-- | textproc/ibus-kmfl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ibus-kmfl/Makefile b/textproc/ibus-kmfl/Makefile index e518775c525f..7c3061f6a482 100644 --- a/textproc/ibus-kmfl/Makefile +++ b/textproc/ibus-kmfl/Makefile @@ -17,10 +17,9 @@ LIB_DEPENDS= ibus-1.0:${PORTSDIR}/textproc/ibus \ kmflcomp.0:${PORTSDIR}/textproc/kmflcomp RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp -USES= pkgconfig +USES= pkgconfig gmake USE_GNOME= glib20 -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |