From 5b044feb85e1d9a88f194161b6a2ac300361c409 Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 7 Jun 2005 13:34:06 +0000 Subject: 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 on tech-pkg. --- print/teTeX3-bin/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'print') 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]' -- cgit v1.2.3