diff options
author | joerg <joerg@pkgsrc.org> | 2009-11-26 17:35:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-11-26 17:35:53 +0000 |
commit | c973861fd38dc623219bab4692c2ef7429a4b2b1 (patch) | |
tree | 8c6fabda3f8eeead3ec50f863a0c4382d35804af /math | |
parent | 54d92a44a6d6a6273febaf0b47cb3c457fb63234 (diff) | |
download | pkgsrc-c973861fd38dc623219bab4692c2ef7429a4b2b1.tar.gz |
Needs pkg-config.
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 |