diff options
author | dholland <dholland@pkgsrc.org> | 2013-03-16 22:49:06 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-03-16 22:49:06 +0000 |
commit | fb58a41667268fdfe97de8fe2e95fdc14bc84b96 (patch) | |
tree | 902d5e75a17a04b8ac892a3cf0354267d0b409e5 /print | |
parent | 5d65be5e91622acfa1e64453eadc73c42582d2f2 (diff) | |
download | pkgsrc-fb58a41667268fdfe97de8fe2e95fdc14bc84b96.tar.gz |
Update ghostscript depends. PKGREVISION -> 3
Diffstat (limited to 'print')
-rw-r--r-- | print/xdvik/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/xdvik/Makefile b/print/xdvik/Makefile index 1636ad2fdb5..4863eeaf99a 100644 --- a/print/xdvik/Makefile +++ b/print/xdvik/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2012/10/08 13:45:48 asau Exp $ +# $NetBSD: Makefile,v 1.12 2013/03/16 22:49:06 dholland Exp $ DISTNAME= texlive-20110705-source PKGNAME= xdvik-22.84.16 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} EXTRACT_SUFX= .tar.xz @@ -15,7 +15,6 @@ CONFLICTS+= teTeX-bin<3.0nb25 BUILD_DEPENDS+= texlive-tetex-[0-9]*:../../print/texlive-tetex BUILD_DEPENDS+= tex-xdvi-[0-9]*:../../print/tex-xdvi DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk -DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript DEPENDS+= kpathsea>=6.0.1:../../print/kpathsea EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ @@ -84,4 +83,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/texmf/xdvi/XDvi \ ${DESTDIR}${PREFIX}/share/texmf-dist/xdvi +.include "../../print/ghostscript/ghostscript.mk" .include "../../mk/bsd.pkg.mk" |