diff options
author | dholland <dholland@pkgsrc.org> | 2012-08-24 04:26:11 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-08-24 04:26:11 +0000 |
commit | 7d7c7ff7f53433d9969a20612ab61c1bbc36dbe6 (patch) | |
tree | ca103d0d6336ebeb8f3bc4929d95cf40812e3dc3 /editors | |
parent | 07b5bf2760f3f0d0f75412c459acece8885a8507 (diff) | |
download | pkgsrc-7d7c7ff7f53433d9969a20612ab61c1bbc36dbe6.tar.gz |
Depend on fonts/ps2pkm for pfb2pfa as per PR 46829. PKGREVISION -> 12.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/TeXmacs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index 62cb35cadae..3134cb866a9 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.94 2012/03/15 11:53:25 obache Exp $ +# $NetBSD: Makefile,v 1.95 2012/08/24 04:26:11 dholland Exp $ DISTNAME= TeXmacs-1.0.6.15-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= editors MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ MASTER_SITES+= http://www.texmacs.org/Download/ftp/targz/ @@ -56,6 +56,8 @@ REPLACE.optionalperl.old= .*perl[^[:space:]]* REPLACE.optionalperl.new= ${LOCALBASE}/bin/perl REPLACE_FILES.optionalperl= plugins/feynmf/bin/bbox_add.pl +DEPENDS+= ps2pkm>=1.5:../../fonts/ps2pkm + BUILDLINK_DEPMETHOD.libXt?= build .include "../../converters/libiconv/buildlink3.mk" |