diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/grpn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/grpn/Makefile b/math/grpn/Makefile index f8a7f7009a3..322878d2c8d 100644 --- a/math/grpn/Makefile +++ b/math/grpn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2009/11/15 13:32:16 drochner Exp $ +# $NetBSD: Makefile,v 1.22 2009/11/26 17:35:53 joerg Exp $ # DISTNAME= grpn @@ -15,7 +15,7 @@ HOMEPAGE= http://www.getreu.net/ COMMENT= Graphical reverse polish notation (RPN) calculator BUILD_TARGET= grpn -USE_TOOLS+= mkdirhier +USE_TOOLS+= mkdirhier pkg-config WRKSRC= ${WRKDIR}/grpn-1.2 PKG_DESTDIR_SUPPORT= user-destdir |