diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:27:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:27:58 +0000 |
commit | ee114f57a08aa46753f756e3fc780682154480f0 (patch) | |
tree | e68923761adba1f91744bef3a56de067f5f02ce4 /print | |
parent | 4fee59f3cf99d5f390134d005b3e481fcdefe01b (diff) | |
download | pkgsrc-ee114f57a08aa46753f756e3fc780682154480f0.tar.gz |
Uses C++.
Diffstat (limited to 'print')
-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 6b1c5fe07f8..f6800515290 100644 --- a/print/hugeotp2ocp/Makefile +++ b/print/hugeotp2ocp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:10:37 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/11 14:27:58 joerg Exp $ DISTNAME= tetex-src-3.0 PKGNAME= ${DISTNAME:S/tetex-src/hugeotp2ocp/} @@ -16,6 +16,7 @@ PATCHDIR= ${.CURDIR}/../../print/teTeX3-bin/patches GNU_CONFIGURE= yes BUILD_DIRS= ${WRKSRC}/texk/web2c/lib +USE_LANGUAGES= c c++ USE_LIBTOOL= yes CONFIGURE_ARGS+= --without-texinfo |