diff options
Diffstat (limited to 'net/mgen/Makefile')
-rw-r--r-- | net/mgen/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/mgen/Makefile b/net/mgen/Makefile index 376e92b479a0..1210d90aaa1d 100644 --- a/net/mgen/Makefile +++ b/net/mgen/Makefile @@ -15,6 +15,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= janos.mohacsi@bsd.hu COMMENT= An IP network performance tests and measurements +# Dumps core on 64-bit architectures. This was reported to the upstream +# author, who promised to fix it in one of the next releases. +ONLY_FOR_ARCHS= i386 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + USE_GMAKE= yes USE_REINPLACE= yes |