diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-23 20:43:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-23 20:43:52 +0000 |
commit | 0fdf1ef4e093bbda8c10c0a59c7d2cb2a2752b86 (patch) | |
tree | 68274da78d7ae4351b956efaaf69804b36a62545 /print | |
parent | ba19faf607c56329fd00fd7885cf4e1c0197fc60 (diff) | |
download | pkgsrc-0fdf1ef4e093bbda8c10c0a59c7d2cb2a2752b86.tar.gz |
Uses C++.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index 7f24540620e..17ff4b0da50 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2006/04/17 14:52:12 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2006/05/23 20:43:52 joerg Exp $ DISTNAME= tetex-src-${TETEX_BIN_VERS} PKGNAME= teTeX-bin-${TETEX_BIN_VERS} @@ -16,6 +16,7 @@ CONFLICTS+= teTeX2-bin-[0-9]* omega<0.90.4nb1 DEPENDS+= teTeX-share>=2.0.2:../../print/teTeX-share DEPENDS+= dialog>=0.6z:../../misc/dialog +USE_LANGUAGES= c c++ USE_TOOLS+= bison INFO_FILES= # PLIST |