summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-09 06:34:57 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-09 06:34:57 +0000
commit00f03553bfe187437eaac3fc88d04ae20d9d5f37 (patch)
tree39e28eefb8f5cc1b6228f43ef2c4d11b10ff386a /math
parentf58275a4d6ab42f88a3259831674eff3d97d9178 (diff)
downloadpkgsrc-00f03553bfe187437eaac3fc88d04ae20d9d5f37.tar.gz
Needs mkdirhier.
Diffstat (limited to 'math')
-rw-r--r--math/grpn/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/grpn/Makefile b/math/grpn/Makefile
index 924a62a8bfa..c427ebdd093 100644
--- a/math/grpn/Makefile
+++ b/math/grpn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/02/05 23:10:02 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2006/06/09 06:34:57 joerg Exp $
#
DISTNAME= grpn-1.1.2
@@ -12,6 +12,7 @@ HOMEPAGE= http://lashwhip.com/grpn.html
COMMENT= Graphical reverse polish notation (RPN) calculator
BUILD_TARGET= grpn
+USE_TOOLS+= mkdirhier
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"