summaryrefslogtreecommitdiff
path: root/print/tex-fancyvrb/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2010-05-11 00:18:41 +0000
committerminskim <minskim>2010-05-11 00:18:41 +0000
commit0136a842a0d1e011b0507bf0dc890ac3d6389df5 (patch)
tree1a074ab814f1bf98f7189d1c0e69d9d44daaee62 /print/tex-fancyvrb/Makefile
parentd27698628214978b3409630d11278a4870f7baa8 (diff)
downloadpkgsrc-0136a842a0d1e011b0507bf0dc890ac3d6389df5.tar.gz
Update tex-fancyvrb{,-doc} to the version from TeX Live 2009.
- Fixed codes which were incorrectly written as '?'.
Diffstat (limited to 'print/tex-fancyvrb/Makefile')
-rw-r--r--print/tex-fancyvrb/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/tex-fancyvrb/Makefile b/print/tex-fancyvrb/Makefile
index d2aef39aede..7f2b66d54d5 100644
--- a/print/tex-fancyvrb/Makefile
+++ b/print/tex-fancyvrb/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/08/02 19:17:51 minskim Exp $
-# TeX Live Revision 8226
+# $NetBSD: Makefile,v 1.2 2010/05/11 00:18:41 minskim Exp $
DISTNAME= fancyvrb
PKGNAME= tex-${DISTNAME}-2.7a
+PKGREVISION= 1
+TEXLIVE_REV= 16609
MAINTAINER= minskim@NetBSD.org
COMMENT= Sophisticated verbatim text
@@ -10,5 +11,5 @@ COMMENT= Sophisticated verbatim text
CONFLICTS+= teTeX-texmf<=3.0nb20
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
-.include "../../print/texlive/module.mk"
+.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"