summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordholland <dholland>2013-03-16 22:49:06 +0000
committerdholland <dholland>2013-03-16 22:49:06 +0000
commitbfdac0a09fbbc4f730d50afabbaaf9fd78179ded (patch)
tree902d5e75a17a04b8ac892a3cf0354267d0b409e5 /print
parent8b48d46b20762bbf46fba938a2aed2436fab874a (diff)
downloadpkgsrc-bfdac0a09fbbc4f730d50afabbaaf9fd78179ded.tar.gz
Update ghostscript depends. PKGREVISION -> 3
Diffstat (limited to 'print')
-rw-r--r--print/xdvik/Makefile6
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"