diff options
author | joerg <joerg> | 2006-07-20 12:32:02 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-07-20 12:32:02 +0000 |
commit | 6a78c83e1627d3e599ea0467e6185d7097857e8b (patch) | |
tree | 632724332b4e91ccd39c780d5d50076e2d5a8e53 /math | |
parent | 032bbe995c769d5e6bd01c960ce04cfdf7dda93a (diff) | |
download | pkgsrc-6a78c83e1627d3e599ea0467e6185d7097857e8b.tar.gz |
Needs perl.
Diffstat (limited to 'math')
-rw-r--r-- | math/qalculate-kde/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/qalculate-kde/Makefile b/math/qalculate-kde/Makefile index 35ce539ff73..d3c3db9adab 100644 --- a/math/qalculate-kde/Makefile +++ b/math/qalculate-kde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/14 20:14:21 adam Exp $ +# $NetBSD: Makefile,v 1.10 2006/07/20 12:32:02 joerg Exp $ DISTNAME= qalculate-kde-0.9.4 CATEGORIES= math @@ -14,7 +14,7 @@ DEPENDS+= wget>=1.8:../../net/wget USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake msgfmt pkg-config perl GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datadir=${PREFIX}/share/kde |