pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print this uses a c and c++ compiler.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9180d63cacdb
branches:  trunk
changeset: 477161:9180d63cacdb
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jun 27 13:28:59 2004 +0000

description:
this uses a c and c++ compiler.

diffstat:

 print/teTeX-bin/Makefile.common |  3 ++-
 print/teTeX1-bin/Makefile       |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 9b717250d0db -r 9180d63cacdb print/teTeX-bin/Makefile.common
--- a/print/teTeX-bin/Makefile.common   Sun Jun 27 13:28:01 2004 +0000
+++ b/print/teTeX-bin/Makefile.common   Sun Jun 27 13:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2004/03/05 08:30:12 tron Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/06/27 13:31:14 grant Exp $
 
 TETEX_BIN_VERS=                2.0.2
 DIST_SUBDIR=           teTeX
@@ -7,6 +7,7 @@
 
 USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make
+USE_LANGUAGES=         c c++
 USE_PKGINSTALL=                yes
 USE_X11=               yes
 CFLAGS+=               -Dunix
diff -r 9b717250d0db -r 9180d63cacdb print/teTeX1-bin/Makefile
--- a/print/teTeX1-bin/Makefile Sun Jun 27 13:28:01 2004 +0000
+++ b/print/teTeX1-bin/Makefile Sun Jun 27 13:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/04/25 21:23:34 snj Exp $
+# $NetBSD: Makefile,v 1.9 2004/06/27 13:28:59 grant Exp $
 
 DISTNAME=      teTeX-src-1.0.7
 PKGNAME=       teTeX-bin-1.0.7
@@ -26,6 +26,7 @@
 USE_PKGINSTALL=                yes
 USE_GCC_SHLIB=         yes
 USE_GNU_TOOLS+=                make
+USE_LANGUAGES=         c c++
 USE_X11=               yes
 CFLAGS+=               -Dunix
 



Home | Main Index | Thread Index | Old Index