summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorhubertf <hubertf>2005-06-07 13:34:06 +0000
committerhubertf <hubertf>2005-06-07 13:34:06 +0000
commitfe97e363126bf2c63bb38bf63def2c35c03f5844 (patch)
tree88b1b0005f43d01edb857cf01fb5d66e5b61ccf9 /print
parent0a776fe1a0a7fdb557cc1156ae0996949b17dd80 (diff)
downloadpkgsrc-fe97e363126bf2c63bb38bf63def2c35c03f5844.tar.gz
Force use of the Xaw toolkit, to prevent linking against Motif
accidentally, w/o adding the corresponding dependency (does not force everyone to install Motif, too). Bump to 3.0nb2. Patch suggested by Geert Hendrickx <geert.hendrickx@ua.ac.be> on tech-pkg.
Diffstat (limited to 'print')
-rw-r--r--print/teTeX3-bin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile
index 4a66e056ba4..a3659a694d7 100644
--- a/print/teTeX3-bin/Makefile
+++ b/print/teTeX3-bin/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2005/04/28 23:25:14 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/07 13:34:06 hubertf Exp $
DISTNAME= tetex-src-3.0
PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/3.0/distrib/}
@@ -23,6 +23,7 @@ REPLACE_PERL= texk/xdvik/t1mapper \
texk/oxdvik/t1mapper
CONFIGURE_ARGS+= --without-texinfo --without-texi2html
+CONFIGURE_ARGS+= --with-xdvi-x-toolkit=xaw
.if defined(PAPERSIZE)
LOWER_PAPERSIZE_cmd= ${ECHO} ${PAPERSIZE} | ${TR} '[A-Z]' '[a-z]'