diff options
author | kris <kris@FreeBSD.org> | 2003-10-15 12:56:33 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-15 12:56:33 +0800 |
commit | bf835bfd278e2cef4b50c257b05ab475f995e0f2 (patch) | |
tree | ec179c921aed0460f95127e05461de27acc425b3 /security/ident2 | |
parent | cc125d035e88ea9cefffd1d18e9245fdaa55394a (diff) | |
download | freebsd-ports-gnome-bf835bfd278e2cef4b50c257b05ab475f995e0f2.tar.gz freebsd-ports-gnome-bf835bfd278e2cef4b50c257b05ab475f995e0f2.tar.zst freebsd-ports-gnome-bf835bfd278e2cef4b50c257b05ab475f995e0f2.zip |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'security/ident2')
-rw-r--r-- | security/ident2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/ident2/Makefile b/security/ident2/Makefile index 299bafb0f936..d5f5955ef512 100644 --- a/security/ident2/Makefile +++ b/security/ident2/Makefile @@ -17,4 +17,10 @@ COMMENT= An RFC1413 identification server which also supports random replies GNU_CONFIGURE= yes MAN8= ident2.8 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |