diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 16:41:52 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 16:41:52 +0800 |
commit | 1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3 (patch) | |
tree | 31b199459d3b19a782a3899ddf47e20ba006233d /japanese/kanjipad | |
parent | b8779b1ae14ef1f0169102dc4f6aad17b691035b (diff) | |
download | freebsd-ports-gnome-1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3.tar.gz freebsd-ports-gnome-1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3.tar.zst freebsd-ports-gnome-1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3.zip |
Add explicit dependency on pkgconf (20 ports)
Approved by: portmgr (bapt, implicit)
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`" |