diff options
author | joerg <joerg> | 2006-06-09 06:34:57 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-09 06:34:57 +0000 |
commit | ab4bc9d9be43d3cfee9353f8b46deacc5c883c7e (patch) | |
tree | 39e28eefb8f5cc1b6228f43ef2c4d11b10ff386a /math/grpn | |
parent | 4f883459e38e9bc1ece37203c69e78bc59fabe3f (diff) | |
download | pkgsrc-ab4bc9d9be43d3cfee9353f8b46deacc5c883c7e.tar.gz |
Needs mkdirhier.
Diffstat (limited to 'math/grpn')
-rw-r--r-- | math/grpn/Makefile | 3 |
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" |