From 707bfa04cad97a90d7fa775d7547668aa4fddf3c Mon Sep 17 00:00:00 2001 From: jtb Date: Mon, 16 Apr 2001 15:43:55 +0000 Subject: Use teTeX-[0-9]* in BUILD_DEPENDS as teTeX-* expands to a number of packages. pari.el only works for GNU Emacs. --- math/pari/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math') diff --git a/math/pari/Makefile b/math/pari/Makefile index 6af24e3162e..0f9cd43dc8a 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:55 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/16 15:43:55 jtb Exp $ DISTNAME= pari-2.1.0 CATEGORIES= math @@ -10,8 +10,8 @@ HOMEPAGE= http://www.parigp-home.de COMMENT= PARI-GP is a software package for computer-aided number theory DEPENDS+= readline>=4.0:../../devel/readline -BUILD_DEPENDS+= {emacs-*,xemacs-*}:../../editors/emacs -BUILD_DEPENDS+= teTeX-*:../../print/teTeX +BUILD_DEPENDS+= emacs-[0-9]*:../../editors/emacs +BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX USE_PERL5= #defined USE_X11= #defined -- cgit v1.2.3