diff options
author | ghen <ghen@pkgsrc.org> | 2008-01-04 11:45:42 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-01-04 11:45:42 +0000 |
commit | 07a0d6b3522166ac6ab5cf28d76c423cb69f306f (patch) | |
tree | df364249fd8a0b3315adc0b7ba5ee99f3ed26cf6 /math/maxima | |
parent | 131d84e22376199c9524a1d95693f49fb5744b8c (diff) | |
download | pkgsrc-07a0d6b3522166ac6ab5cf28d76c423cb69f306f.tar.gz |
Basic DESTDIR support (reported by Aleksej Saushev).
Diffstat (limited to 'math/maxima')
-rw-r--r-- | math/maxima/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 5fc4be3e1ac..577b0f345b4 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/01/03 20:13:25 tonio Exp $ +# $NetBSD: Makefile,v 1.14 2008/01/04 11:45:42 ghen Exp $ # DISTNAME= maxima-5.14.0 @@ -12,6 +12,8 @@ COMMENT= Computer algebra system DEPENDS+= clisp-[0-9]*:../../lang/clisp DEPENDS+= tk-[0-9]*:../../x11/tk +PKG_DESTDIR_SUPPORT= destdir + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-clisp USE_TOOLS+= perl |