diff options
author | wiz <wiz> | 2004-05-20 18:54:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-05-20 18:54:23 +0000 |
commit | 2572e8798da2d15e37095c4543f273b340dc9af7 (patch) | |
tree | e35ad78270e1e0e7b7df918a52fd4c31354baf90 /lang/pforth/Makefile | |
parent | 0a4c18a11b1d5c9a24e271fbd0560c1b49b11453 (diff) | |
download | pkgsrc-2572e8798da2d15e37095c4543f273b340dc9af7.tar.gz |
Convert to buildlink3, and make build with gcc3.
Closes PR 25651 by Georg Schwarz.
Diffstat (limited to 'lang/pforth/Makefile')
-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 1a040981882..e07b5fabb89 100644 --- a/lang/pforth/Makefile +++ b/lang/pforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/24 13:51:14 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/05/20 18:54:23 wiz Exp $ DISTNAME= pfthpc21 PKGNAME= pforth-21 @@ -12,6 +12,7 @@ COMMENT= Portable ANS-like Forth WRKSRC= ${WRKDIR} USE_GNU_TOOLS+= make +USE_BUILDLINK3= yes MAKEFILE= ${WRKSRC}/makefile NOT_FOR_PLATFORM= *-*-alpha #segfaults when running ./pforth during build |