summaryrefslogtreecommitdiff
path: root/fonts/tex-fontspec/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2010-05-19 23:09:15 +0000
committerminskim <minskim>2010-05-19 23:09:15 +0000
commit9283aac54c2c783aacaaeea14b8679ee852a34a4 (patch)
tree1a014f6a03731128684a3a52eee263232823d49b /fonts/tex-fontspec/Makefile
parent3f24f7bb5ab8cdc8f89da492c8eab077711b824c (diff)
downloadpkgsrc-9283aac54c2c783aacaaeea14b8679ee852a34a4.tar.gz
Let tex-fontspec{,-doc} use DISTFILES from TeX Live 2009.
No functional change.
Diffstat (limited to 'fonts/tex-fontspec/Makefile')
-rw-r--r--fonts/tex-fontspec/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/tex-fontspec/Makefile b/fonts/tex-fontspec/Makefile
index 28ad278999e..f12806d647f 100644
--- a/fonts/tex-fontspec/Makefile
+++ b/fonts/tex-fontspec/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/07/21 07:24:30 minskim Exp $
-# TeX Live Revision 10220
+# $NetBSD: Makefile,v 1.2 2010/05/19 23:09:15 minskim Exp $
DISTNAME= fontspec
PKGNAME= tex-${DISTNAME}-1.18
+TEXLIVE_REV= 15878
MAINTAINER= minskim@NetBSD.org
COMMENT= Automatic interface to feature-rich fonts in XeLaTeX
@@ -12,5 +12,5 @@ DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
-.include "../../print/texlive/module.mk"
+.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"