diff options
-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 edfbaf509cbd..1f557cfa8f97 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -33,6 +33,10 @@ PLIST= ${WRKDIR}/PLIST .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700019 +BROKEN= Incomplete pkg-plist on FreeBSD >= 7.0 +.endif + .if ${ARCH} == "amd64" CFLAGS+= -fPIC .endif |