diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 18:10:23 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 18:10:23 +0000 |
commit | 8ad61ab068441c86c5e1316cf9c6ecfd7e62f271 (patch) | |
tree | 09ba8aa6fc25f6c5d2c61ea1216389a30bfb1e4b /security/heimdal | |
parent | 87cca9baffe795532a34af35d3f0d89b8f9cc37c (diff) | |
download | ports-8ad61ab068441c86c5e1316cf9c6ecfd7e62f271.tar.gz ports-8ad61ab068441c86c5e1316cf9c6ecfd7e62f271.zip |
BROKEN on 4.x: Incomplete pkg-plist
Notes
Notes:
svn path=/head/; revision=135802
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 84e24bb5347f..80825d0bf2a7 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -29,6 +29,10 @@ CONFIGURE_ARGS+= --enable-shared --without-krb4 .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Incomplete pkg-plist on 4.x" +.endif + .if defined(WITH_LDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-openldap=${LOCALBASE} |