pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/teTeX3-bin Force use of the Xaw toolkit, to prev...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea85a3b4d867
branches:  trunk
changeset: 495354:ea85a3b4d867
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Tue Jun 07 13:34:06 2005 +0000

description:
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@localhost> on tech-pkg.

diffstat:

 print/teTeX3-bin/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 3b76ca6c8a67 -r ea85a3b4d867 print/teTeX3-bin/Makefile
--- a/print/teTeX3-bin/Makefile Tue Jun 07 07:11:12 2005 +0000
+++ b/print/teTeX3-bin/Makefile Tue Jun 07 13:34:06 2005 +0000
@@ -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 @@
                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]'



Home | Main Index | Thread Index | Old Index