diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-21 18:39:02 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-21 18:39:02 +0000 |
commit | f018abaa263cc8e7dab13df5a2cdd3098b514b6b (patch) | |
tree | bf8027cf463224042baadc6c6f578079c40c52d4 /net-mgmt/netams | |
parent | 4027233d0db4bd1f067d509e875c1f1158ee5b8e (diff) | |
download | FreeBSD-ports-f018abaa263cc8e7dab13df5a2cdd3098b514b6b.zip FreeBSD-ports-f018abaa263cc8e7dab13df5a2cdd3098b514b6b.tar.gz |
Mark as broken on 5.x due to compile problems (possibly related to
gcc3.3 import although it's hard to say). Notified maintainer.
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 652ff43..a60e0b5 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 |