diff options
author | drochner <drochner@pkgsrc.org> | 2006-05-22 17:13:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-05-22 17:13:53 +0000 |
commit | 64430304cc56b408fc24be654f91e7557cd96f1d (patch) | |
tree | 9fa8eb2b4ff40c7286fc40a9dd4e18ec8f95c4d0 /print | |
parent | 4c14c4b817d1d3b9259fba1707bb96d201e94822 (diff) | |
download | pkgsrc-64430304cc56b408fc24be654f91e7557cd96f1d.tar.gz |
build a shared libkpathsea, bump PKGREVISION
(I'contacted the MAINTAINER, didn't get a response. jlam agrees that
there is no reason not to build the shlib.)
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX3-bin/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile index c5d9befef49..42625f48b5a 100644 --- a/print/teTeX3-bin/Makefile +++ b/print/teTeX3-bin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2006/04/17 14:52:12 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/05/22 17:13:53 drochner Exp $ DISTNAME= tetex-src-3.0 PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/} -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/3.0/distrib/} @@ -22,6 +22,9 @@ USE_TOOLS+= bison REPLACE_PERL= texk/xdvik/t1mapper \ texk/oxdvik/t1mapper +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= texk/libtool texk/kpathsea/libtool + CONFIGURE_ARGS+= --without-texinfo --without-texi2html CONFIGURE_ARGS+= --with-xdvi-x-toolkit=xaw MAKE_FLAGS+= vartexfonts=${VARTEXFONTS:Q} |