diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-24 04:35:08 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-24 04:35:08 +0800 |
commit | 473d508f0b2ddb1018eb2ef4ad855f82f13e8868 (patch) | |
tree | 35a7cc0c2c2175b569fb1893a638fc3000b9ddf7 /security | |
parent | 36da589e9b096fb43d6582ed5a269e272a6d700d (diff) | |
download | freebsd-ports-gnome-473d508f0b2ddb1018eb2ef4ad855f82f13e8868.tar.gz freebsd-ports-gnome-473d508f0b2ddb1018eb2ef4ad855f82f13e8868.tar.zst freebsd-ports-gnome-473d508f0b2ddb1018eb2ef4ad855f82f13e8868.zip |
Per bento logs, mark as broken on 5.x due to an install error.
Notified maintainer.
Diffstat (limited to 'security')
-rw-r--r-- | security/sfs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index eba4ae16a98f..84d916300aed 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -29,6 +29,10 @@ CONFIGURE_ARGS+=--with-sfsuser=sfs \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + .if ${OSVERSION} > 500000 LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+=--with-gmp=${PREFIX} |