diff options
author | grant <grant@pkgsrc.org> | 2004-06-27 13:28:59 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-27 13:28:59 +0000 |
commit | 030213864dfc7292bb8e1153348def1381cb82cf (patch) | |
tree | 09029743beceb16fdd840974fe8089b820e549d8 /print | |
parent | f3056338e3ea804a4a4ccaa6ff6211bf86603086 (diff) | |
download | pkgsrc-030213864dfc7292bb8e1153348def1381cb82cf.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 |