summaryrefslogtreecommitdiff
path: root/print/tex-eurosym
diff options
context:
space:
mode:
authortonio <tonio>2006-01-08 14:00:11 +0000
committertonio <tonio>2006-01-08 14:00:11 +0000
commit0821c765b6a7fdda8c81f03ae729b4292ab810f8 (patch)
tree4e2501ff1292c647808c2d60a1f115cf87fd0afd /print/tex-eurosym
parent276e3b96950aed0569dd3323a5bf2819526209d6 (diff)
downloadpkgsrc-0821c765b6a7fdda8c81f03ae729b4292ab810f8.tar.gz
Make teTeX3 the default TEX_DEFAULT
bump PKGREVISION where necessary Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to teTeX?/buidlink3.mk, so that packages may include print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not allow that)
Diffstat (limited to 'print/tex-eurosym')
-rw-r--r--print/tex-eurosym/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/tex-eurosym/Makefile b/print/tex-eurosym/Makefile
index 46b86e45b0a..3adf3cb672e 100644
--- a/print/tex-eurosym/Makefile
+++ b/print/tex-eurosym/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/11/11 18:50:25 tonio Exp $
+# $NetBSD: Makefile,v 1.14 2006/01/08 14:00:12 tonio Exp $
#
DISTNAME= eurosym-1.0
@@ -12,7 +12,7 @@ HOMEPAGE= ftp://ftp.univie.ac.at/packages/tex/fonts/eurosym/
COMMENT= Euro symbols for LaTeX
# included in teTeX[23]
-TEX_ACCEPTED= teTeX1
+#TEX_ACCEPTED= teTeX1
CONFLICTS+= teTeX>1
WRKSRC= ${WRKDIR}/eurosym
@@ -34,5 +34,5 @@ do-install:
${PKG_LOCALTEXMFPREFIX}/tex/latex/eurosym
${LOCALBASE}/bin/texconfig rehash
-.include "../../mk/tex.buildlink3.mk"
+.include "../../print/teTeX1-bin/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"