diff options
-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" |