diff options
author | minskim <minskim@pkgsrc.org> | 2009-02-25 03:33:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-02-25 03:33:03 +0000 |
commit | 91948cae8845d19a51cd0a645711b7cc7a8cffba (patch) | |
tree | e52195b3e353def4dda55e72660bff03b5d2771b | |
parent | 96d63aec5eae93623a632a8297a4e5dd877ed3ba (diff) | |
download | pkgsrc-91948cae8845d19a51cd0a645711b7cc7a8cffba.tar.gz |
Let pari depend on dvipsk because teTeX-bin no longer provides dvips.
-rw-r--r-- | math/pari/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 6220854b7cf..af7e5160668 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2008/06/12 02:14:36 joerg Exp $ +# $NetBSD: Makefile,v 1.41 2009/02/25 03:33:03 minskim Exp $ DISTNAME= pari-2.1.6 PKGREVISION= 2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pari.math.u-bordeaux.fr/ COMMENT= Software package for computer-aided number theory +BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk + PKG_DESTDIR_SUPPORT= user-destdir TEX_ACCEPTED= teTeX3 |