diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-07 23:40:23 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-07 23:40:23 +0000 |
commit | 560d2eb0bf5f933214664a43ad5169397ea0dbff (patch) | |
tree | e61a78f0169c5b6d3db742a3a79532ae3afa9fab /japanese | |
parent | dcdd82a024e96cfa26ac85f4ccaa54fe053336b4 (diff) | |
download | ports-560d2eb0bf5f933214664a43ad5169397ea0dbff.tar.gz ports-560d2eb0bf5f933214664a43ad5169397ea0dbff.zip |
Notes
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 |