diff options
author | kris <kris@FreeBSD.org> | 2005-05-22 02:10:23 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-22 02:10:23 +0800 |
commit | 85d98c7b80355885930d46b0492b2f29fa940510 (patch) | |
tree | fb4ad5f74a28ad6db22508f65350c9392dbb6a05 /security | |
parent | ce02d9b945d7e532af911a5e0a40ea14ffd3b915 (diff) | |
download | freebsd-ports-gnome-85d98c7b80355885930d46b0492b2f29fa940510.tar.gz freebsd-ports-gnome-85d98c7b80355885930d46b0492b2f29fa940510.tar.zst freebsd-ports-gnome-85d98c7b80355885930d46b0492b2f29fa940510.zip |
BROKEN on 4.x: Incomplete pkg-plist
Diffstat (limited to 'security')
-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} |