diff options
author | kris <kris@FreeBSD.org> | 2006-09-11 07:36:30 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-11 07:36:30 +0800 |
commit | 1a6646b9208f8befe5112876cbb568530db24cc4 (patch) | |
tree | 0e60ffff5d0a2bdc12146f8783811023f76e3e93 /security | |
parent | c9a97f2993fd11d9828c61d56190cb0a243c8765 (diff) | |
download | freebsd-ports-gnome-1a6646b9208f8befe5112876cbb568530db24cc4.tar.gz freebsd-ports-gnome-1a6646b9208f8befe5112876cbb568530db24cc4.tar.zst freebsd-ports-gnome-1a6646b9208f8befe5112876cbb568530db24cc4.zip |
BROKEN on 7.0: Incorrect pkg-plist
Diffstat (limited to 'security')
-rw-r--r-- | security/krb4/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/krb4/Makefile b/security/krb4/Makefile index 47635b25cd84..92871b0b2f50 100644 --- a/security/krb4/Makefile +++ b/security/krb4/Makefile @@ -51,6 +51,10 @@ setuids: .include "Makefile.man" .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700019 +BROKEN= Incorrect pkg-plist on FreeBSD >= 7.0 +.endif + .if ${ARCH} == "amd64" CFLAGS+= -fPIC .endif |