diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-03-27 19:41:49 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-03-27 19:41:49 +0000 |
commit | c602617259f4ad1af79278e63c86196402ab8b97 (patch) | |
tree | eea52e2685044937bf43015c87d1635d35ec2a6b /news/fidogate | |
parent | bbc250f452f8a8a82ff952b72e17b0bbbc6398d0 (diff) | |
download | freebsd-ports-c602617259f4ad1af79278e63c86196402ab8b97.zip |
- MAKE_JOBS_UNSAFE
Diffstat (limited to 'news/fidogate')
-rw-r--r-- | news/fidogate/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index 1eff3c2d142d..b4c4e2131262 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -16,15 +16,17 @@ MASTER_SITE_SUBDIR= system/fido MAINTAINER= dinoex@FreeBSD.org COMMENT= Fido-Internet Gateway and Tosser -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-perl - .if !defined(WITHOUT_IFCICO) RUN_DEPENDS= ${LOCALBASE}/libexec/ifmail/ifcico:${PORTSDIR}/news/ifmail .endif +MAKE_JOBS_UNSAFE= yes + USE_GMAKE= yes USE_PERL5= yes +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-perl + DOCLIST= fidogate.texi fidogate.txt gatebau94.txt kludge-rfc.doc \ msgid.doc qmail.txt texinfo.tex dirs.html index.html \ template.html fido howto misc rfc gatebau/msgid.sgml \ |