summaryrefslogtreecommitdiff
path: root/misc/kanjipad/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kanjipad/Makefile')
-rw-r--r--misc/kanjipad/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/kanjipad/Makefile b/misc/kanjipad/Makefile
index fdb98df56ca..5480178009a 100644
--- a/misc/kanjipad/Makefile
+++ b/misc/kanjipad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:12:59 tv Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/14 20:36:55 minskim Exp $
#
DISTNAME= kanjipad-2.0.0
@@ -14,9 +14,11 @@ USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_PERL5= build
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/kanjipad
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/kanjipad
-.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"