diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-06 18:35:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-06 18:35:45 +0000 |
commit | 5ed14d4e53b6cdfc83fdb872866c030dd9c31c48 (patch) | |
tree | 8432286d9069c3cae77f7c0955e9346eeb40c501 /lang/pforth | |
parent | efafbf919a4653ce4a6890aa54cc4f969f7ea2ec (diff) | |
download | pkgsrc-5ed14d4e53b6cdfc83fdb872866c030dd9c31c48.tar.gz |
Uses C++.
Diffstat (limited to 'lang/pforth')
-rw-r--r-- | lang/pforth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pforth/Makefile b/lang/pforth/Makefile index d6e346691fd..8c184107680 100644 --- a/lang/pforth/Makefile +++ b/lang/pforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:29:55 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/06/06 18:35:45 joerg Exp $ DISTNAME= pfthpc21 PKGNAME= pforth-21 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.softsynth.com/pforth/ COMMENT= Portable ANS-like Forth WRKSRC= ${WRKDIR} +USE_LANGUAGES= c++ USE_TOOLS+= gmake MAKEFILE= ${WRKSRC}/makefile |