diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/kanjipad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/kanjipad/Makefile b/japanese/kanjipad/Makefile index 616d585cc757..41fc72b006fa 100644 --- a/japanese/kanjipad/Makefile +++ b/japanese/kanjipad/Makefile @@ -14,6 +14,7 @@ USES= perl5 gmake pkgconfig USE_GNOME= gtk20 MAKE_ARGS= OPTIMIZE="${CFLAGS}" PREFIX="${PREFIX}" \ GTKINC="`pkg-config --cflags gtk+-2.0`" +LDFLAGS+= -lm PORTDOCS= README PLIST_FILES= bin/kanjipad bin/kpengine %%DATADIR%%/jdata.dat |