diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-04-23 11:36:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-04-23 11:36:51 +0000 |
commit | a4544a728335413a57755b50c9ec72dc16841cb7 (patch) | |
tree | ebe644ea3453fd59ede383b548ee3b7c7e9b9aea /news | |
parent | 819ff0934cf1ccbf9ba0d3ea333d959fd65bddc6 (diff) | |
download | ports-a4544a728335413a57755b50c9ec72dc16841cb7.tar.gz ports-a4544a728335413a57755b50c9ec72dc16841cb7.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/fidogate/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index 31592679d3a1..0b8af187de81 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -3,7 +3,7 @@ # Date created: 02 Dez 1997 # Whom: dirk.meyer@dinoex.sub.org # -# $Id: Makefile,v 1.2 1998/12/24 13:03:50 flathill Exp $ +# $Id: Makefile,v 1.3 1999/01/18 02:35:08 steve Exp $ # DISTNAME= fidogate-4.2.9 @@ -17,6 +17,10 @@ MAINTAINER= dirk.meyer@dinoex.sub.org # you may commet out this line if you have another transfer-agent RUN_DEPENDS= ${PREFIX}/libexec/ifmail/ifcico:${PORTSDIR}/news/ifmail +.if defined(PARALLEL_PACKAGE_BUILD) +FORBIDDEN= indefinite hang +.endif + USE_GMAKE= yes WRKSRC= ${WRKDIR}/fidogate |