diff options
author | hubertf <hubertf@pkgsrc.org> | 2005-06-07 13:34:06 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2005-06-07 13:34:06 +0000 |
commit | c05c71f2e813688dcdc0bd2c8768d06d067870d9 (patch) | |
tree | 88b1b0005f43d01edb857cf01fb5d66e5b61ccf9 /print | |
parent | 0c69ddefc014568d5a47789b6345de258265ffa1 (diff) | |
download | pkgsrc-c05c71f2e813688dcdc0bd2c8768d06d067870d9.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/Makefile | 5 |
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]' |