diff options
author | jmc <jmc> | 2003-06-12 22:48:49 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-06-12 22:48:49 +0000 |
commit | 90149f409bc0e6c64f2580e3223b6e08a11f7f25 (patch) | |
tree | fa99843465874ed894941207082d8d12aa26def7 /math | |
parent | 009a19fa5da77ce8bd18c9bdfa6a9be78bfb2d41 (diff) | |
download | pkgsrc-90149f409bc0e6c64f2580e3223b6e08a11f7f25.tar.gz |
This needs perl5 to build with.
Diffstat (limited to 'math')
-rw-r--r-- | math/ess/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/ess/Makefile b/math/ess/Makefile index bdb3dd076da..b5f8c79613e 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/06/05 11:51:10 markd Exp $ +# $NetBSD: Makefile,v 1.2 2003/06/12 22:48:49 jmc Exp $ DISTNAME= ess-5.1.24 CATEGORIES= math @@ -21,6 +21,7 @@ INFO_FILES+= ess.info MAKE_ENV+= LISPDIR=${EMACS_LISPPREFIX}/ess PLIST_SUBST+= INFODIR=${INFODIR} +USE_PERL5= build do-install: ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/ess |