diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-02-15 15:59:49 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-02-15 15:59:49 +0000 |
commit | 4773158a43a6268333b4d797060fcd5d7d5aeabd (patch) | |
tree | f28029b2b2f52c73337acb1d1421084f7541b964 /security/p5-GSSAPI | |
parent | aeae3ae660e984ed3f4c69afa7869138a1f2d7e5 (diff) |
Notes
Diffstat (limited to 'security/p5-GSSAPI')
-rw-r--r-- | security/p5-GSSAPI/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/p5-GSSAPI/Makefile b/security/p5-GSSAPI/Makefile index 21d3da719e8e..b13549dcead2 100644 --- a/security/p5-GSSAPI/Makefile +++ b/security/p5-GSSAPI/Makefile @@ -22,4 +22,10 @@ MAN3= GSSAPI.3 \ GSSAPI::OID::Set.3 \ GSSAPI::Status.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800000 +BROKEN= Does not work on FreeBSD 7.x +.endif + +.include <bsd.port.post.mk> |