diff options
author | joerg <joerg@pkgsrc.org> | 2008-01-04 18:49:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-01-04 18:49:14 +0000 |
commit | 66d33e5f9f960f10ae31e8ff9e0773ae51606c3b (patch) | |
tree | 313337f55f80889db2f65f4f0ab173a90787f47f /math | |
parent | d036fbfbeaab73be0d5e4e845cfe48d844a8a53e (diff) | |
download | pkgsrc-66d33e5f9f960f10ae31e8ff9e0773ae51606c3b.tar.gz |
Supports user-destdir.
Diffstat (limited to 'math')
-rw-r--r-- | math/maxima/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index da1911196b8..a9cf1b8f49c 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/01/04 16:08:24 drochner Exp $ +# $NetBSD: Makefile,v 1.16 2008/01/04 18:49:14 joerg Exp $ # DISTNAME= maxima-5.14.0 @@ -15,7 +15,7 @@ COMMENT= Computer algebra system DEPENDS+= clisp-[0-9]*:../../lang/clisp DEPENDS+= tk-[0-9]*:../../x11/tk -PKG_DESTDIR_SUPPORT= destdir +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-clisp |