diff options
author | minskim <minskim@pkgsrc.org> | 2006-01-15 17:01:53 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-01-15 17:01:53 +0000 |
commit | 0a54cd08d2e140d75a426a5b6cd00a327f982be9 (patch) | |
tree | 87595ecb110bf4c1f9ad2c7252f5f20394c1414b /print/hugeotp2ocp | |
parent | 39681061f94d126886b7af77b379c11098179145 (diff) | |
download | pkgsrc-0a54cd08d2e140d75a426a5b6cd00a327f982be9.tar.gz |
This package doesn't build xdvik; disable tests for xdvik in configure.
Diffstat (limited to 'print/hugeotp2ocp')
-rw-r--r-- | print/hugeotp2ocp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/hugeotp2ocp/Makefile b/print/hugeotp2ocp/Makefile index 185be6c36aa..63bb232dcde 100644 --- a/print/hugeotp2ocp/Makefile +++ b/print/hugeotp2ocp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/11/17 22:27:05 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/15 17:01:53 minskim Exp $ DISTNAME= tetex-src-3.0 PKGNAME= ${DISTNAME:S/tetex-src/hugeotp2ocp/} @@ -19,6 +19,7 @@ USE_LIBTOOL= yes CONFIGURE_ARGS+= --without-texinfo CONFIGURE_ARGS+= --without-dialog +CONFIGURE_ARGS+= --without-xdvik CONFIGURE_ARGS+= --disable-multiplatform TEX_ACCEPTED= teTeX3 |