diff options
author | jtb <jtb@pkgsrc.org> | 2001-06-11 22:46:14 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-06-11 22:46:14 +0000 |
commit | cab6de1eeb5300f1774bc86ecc560ccc6eff1f89 (patch) | |
tree | db5c43a2fd2beb2754e6102ef6194da8c5997b3b /math/pari/Makefile | |
parent | e1fa0be1d62845315465e7c88b813a8c01a82bf5 (diff) | |
download | pkgsrc-cab6de1eeb5300f1774bc86ecc560ccc6eff1f89.tar.gz |
Add a build depends on emacs. Noted from John Darrow's i386 bulk build.
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r-- | math/pari/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index ccc3c9c6eb3..852784b1a9d 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/05/19 17:31:05 jtb Exp $ +# $NetBSD: Makefile,v 1.8 2001/06/11 22:46:14 jtb Exp $ DISTNAME= pari-2.1.1 CATEGORIES= math @@ -11,6 +11,7 @@ COMMENT= software package for computer-aided number theory DEPENDS+= readline>=4.0:../../devel/readline BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX +BUILD_DEPENDS+= emacs-[0-9]*:../../editors/emacs USE_PERL5= yes |