diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-21 18:39:02 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-21 18:39:02 +0000 |
commit | dbd5d617998c0d43f0563976a0772b03937ff801 (patch) | |
tree | 1e36bef544c46da6468f43e5847e2fe8b11f4497 /net-mgmt/netams | |
parent | 384e4de0ffbe21302c38228783584b986efa1a00 (diff) |
Mark as broken on 5.x due to compile problems (possibly related to
gcc3.3 import although it's hard to say). Notified maintainer.
Notes
Notes:
svn path=/head/; revision=96340
Diffstat (limited to 'net-mgmt/netams')
-rw-r--r-- | net-mgmt/netams/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/netams/Makefile b/net-mgmt/netams/Makefile index 652ff437e020..a60e0b592ada 100644 --- a/net-mgmt/netams/Makefile +++ b/net-mgmt/netams/Makefile @@ -34,6 +34,10 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.netams |