diff options
author | joerg <joerg@pkgsrc.org> | 2006-07-20 12:32:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-07-20 12:32:02 +0000 |
commit | 4f4f547eac6b8e8fac4cc5d2bef687b56f939783 (patch) | |
tree | 632724332b4e91ccd39c780d5d50076e2d5a8e53 /math | |
parent | 665afd256cb4b3bf1ddbe1d3c7cd64e5da6412f0 (diff) | |
download | pkgsrc-4f4f547eac6b8e8fac4cc5d2bef687b56f939783.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 |