diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-16 01:31:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-16 01:31:58 +0000 |
commit | efd3830f38faa0eca31dabfbd2ce708b6c45263a (patch) | |
tree | 21a9b604b8e8633c1a971091f247a7384581af5e /security/hydra | |
parent | ee35d188a209aa8ccacf3f483fb7c0bd1d5e84c2 (diff) |
Notes
Diffstat (limited to 'security/hydra')
-rw-r--r-- | security/hydra/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/hydra/Makefile b/security/hydra/Makefile index d0708976e98d..bf13da86ee54 100644 --- a/security/hydra/Makefile +++ b/security/hydra/Makefile @@ -20,6 +20,10 @@ COMMENT= Bruce Force Attack Utility working on multiple network services GNU_CONFIGURE= yes +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + .if !target(post-install) && (${PORTNAME} == "hydra") post-install: @${STRIP_CMD} ${PREFIX}/bin/hydra |