diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-06-01 11:03:05 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-06-01 11:03:05 +0000 |
commit | a4a4a5469790cf5b2d825411874dba7e6c16e6f2 (patch) | |
tree | 2481468c2ec985f82806028beb7e7200ad303576 /net | |
parent | 4e336cf39a2867cd43732b24d4edbd925cfb4005 (diff) |
Notes
Diffstat (limited to 'net')
-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 |