diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:34:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:34:38 +0000 |
commit | 4df68210c5307f5ca8b135c4c4050721bac40c75 (patch) | |
tree | 7905dc13276a2a7f194b2c000ec6518a7be9a4e2 /security/heimdal | |
parent | df158b13cd019532c2916cf6a7bc9f296d405d6f (diff) | |
download | ports-4df68210c5307f5ca8b135c4c4050721bac40c75.tar.gz ports-4df68210c5307f5ca8b135c4c4050721bac40c75.zip |
Notes
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 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 |