diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-01 22:55:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-01 22:55:29 +0000 |
commit | ec0167cc273666968b1f552c7c6a0bf3949f871e (patch) | |
tree | 8244690d8ba0325f0519f138b25d5ce8aa57b4b2 /net/mgen | |
parent | o Remove BROKEN status by fixing the PLIST when WITHOUT_GUI is not (diff) |
s/BROKEN/IGNORE/ to prevent package build
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=132142
Diffstat (limited to 'net/mgen')
-rw-r--r-- | net/mgen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mgen/Makefile b/net/mgen/Makefile index 38ffd384a2a0..725557d8b0dd 100644 --- a/net/mgen/Makefile +++ b/net/mgen/Makefile @@ -15,7 +15,7 @@ DISTFILES= src-${DISTNAME}${EXTRACT_SUFX} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= An IP network performance tests and measurements -BROKEN= Does not respect PTHREAD_LIBS +IGNORE= does not respect PTHREAD_LIBS USE_GMAKE= yes USE_REINPLACE= yes |