diff options
Diffstat (limited to 'comms/fidogate')
-rw-r--r-- | comms/fidogate/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile index 95e6514e685..ec1893610cc 100644 --- a/comms/fidogate/Makefile +++ b/comms/fidogate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2007/11/17 12:04:11 rillig Exp $ +# $NetBSD: Makefile,v 1.60 2009/06/30 00:07:11 joerg Exp $ # DISTNAME= fidogate-4.4.10 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fidogate.org/ COMMENT= FidoNet (FTN) <-> Internet mail and news gateway +MAKE_JOBS_SAFE= no + USE_TOOLS+= gmake makeinfo perl:run yacc MAKE_ENV+= DEBUG="${CFLAGS} -Werror" BUILDLINK_SETENV.CC= CC="cc ${_STRIPFLAG_CC}" |