diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-12 08:41:52 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-12 08:41:52 +0000 |
commit | d834ce47a7324cf5ac95a4864df085b958ef1584 (patch) | |
tree | 31b199459d3b19a782a3899ddf47e20ba006233d /japanese/kanjipad | |
parent | adb28aab1619ef2e89d0f59d12577e7e5addbbe4 (diff) | |
download | ports-d834ce47a7324cf5ac95a4864df085b958ef1584.tar.gz ports-d834ce47a7324cf5ac95a4864df085b958ef1584.zip |
Notes
Diffstat (limited to 'japanese/kanjipad')
-rw-r--r-- | japanese/kanjipad/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/japanese/kanjipad/Makefile b/japanese/kanjipad/Makefile index 6204313af386..3e3178fa102c 100644 --- a/japanese/kanjipad/Makefile +++ b/japanese/kanjipad/Makefile @@ -10,9 +10,8 @@ MASTER_SITES= http://fishsoup.net/software/kanjipad/ MAINTAINER= ports@FreeBSD.org COMMENT= Japanese Handwriting recognition -USES= perl5 +USES= perl5 gmake pkgconfig USE_GNOME= gtk20 -USE_GMAKE= yes MAKE_ARGS= OPTIMIZE="${CFLAGS}" PREFIX="${PREFIX}" \ GTKINC="`pkg-config --cflags gtk+-2.0`" |