diff options
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 |