diff options
author | grant <grant> | 2004-06-27 13:28:59 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-27 13:28:59 +0000 |
commit | 68c8d4062ba9722f869a7c4e9f5d33c74ced9aa6 (patch) | |
tree | 09029743beceb16fdd840974fe8089b820e549d8 /print | |
parent | 20b86a7c0b173b09a3e898816cee03d1357a9068 (diff) | |
download | pkgsrc-68c8d4062ba9722f869a7c4e9f5d33c74ced9aa6.tar.gz |
this uses a c and c++ compiler.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-bin/Makefile.common | 3 | ||||
-rw-r--r-- | print/teTeX1-bin/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/print/teTeX-bin/Makefile.common b/print/teTeX-bin/Makefile.common index 130a28c77a0..14924e16d7b 100644 --- a/print/teTeX-bin/Makefile.common +++ b/print/teTeX-bin/Makefile.common @@ -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 @@ INSTALL_TARGET= install strip USE_BUILDLINK3= yes USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ USE_PKGINSTALL= yes USE_X11= yes CFLAGS+= -Dunix diff --git a/print/teTeX1-bin/Makefile b/print/teTeX1-bin/Makefile index ebd7cd7620d..bce6813a79a 100644 --- a/print/teTeX1-bin/Makefile +++ b/print/teTeX1-bin/Makefile @@ -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_BUILDLINK3= yes USE_PKGINSTALL= yes USE_GCC_SHLIB= yes USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ USE_X11= yes CFLAGS+= -Dunix |