diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 12:46:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 12:46:15 +0000 |
commit | 678793e873296553010f1e9215a4626e9d69ae3a (patch) | |
tree | 888be5289b7fe9765f57d8e808939d36cb581137 /polish | |
parent | cccb3624097cea53287f797ea5368c4f98e43060 (diff) | |
download | ports-678793e873296553010f1e9215a4626e9d69ae3a.tar.gz ports-678793e873296553010f1e9215a4626e9d69ae3a.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/kadu/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index f68c56136265..42821b2d3cf2 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -32,6 +32,10 @@ WANT_GNOME= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502102 +BROKEN= "Install fails" +.endif + .if ${HAVE_GNOME:Mgnomehier}!="" PLIST_SUB+= GNOME:="" .else |