diff options
author | joerg <joerg@pkgsrc.org> | 2006-07-25 15:33:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-07-25 15:33:38 +0000 |
commit | 95236ae1a24b76448d8c7b25b58874f424c90fa6 (patch) | |
tree | 443118042a82fd703f3c99e0413e5b5d9e3745ab | |
parent | 588f778dd170d9fe5f2a5c70eb50bf2fa13e5cd3 (diff) | |
download | pkgsrc-95236ae1a24b76448d8c7b25b58874f424c90fa6.tar.gz |
Explicitly calls cc.
-rw-r--r-- | math/tochnog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/tochnog/Makefile b/math/tochnog/Makefile index 769cbdebbff..0c4548ddbb2 100644 --- a/math/tochnog/Makefile +++ b/math/tochnog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/06/02 14:01:34 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2006/07/25 15:33:38 joerg Exp $ DISTNAME= tochnog-20010429 CATEGORIES= math @@ -17,7 +17,7 @@ BUILD_TARGET= netbsd MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q} -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ INSTALLATION_DIRS= bin share/doc/tochnog share/tochnog/tools share/tochnog/test |