diff options
Diffstat (limited to 'sysutils/desktopbsd-tools/Makefile')
-rw-r--r-- | sysutils/desktopbsd-tools/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/desktopbsd-tools/Makefile b/sysutils/desktopbsd-tools/Makefile index 96a84137dce5..53a4f9d84363 100644 --- a/sysutils/desktopbsd-tools/Makefile +++ b/sysutils/desktopbsd-tools/Makefile @@ -46,6 +46,10 @@ RUN_DEPENDS+= csup:${PORTSDIR}/net/csup RUN_DEPENDS+= portsnap:${PORTSDIR}/ports-mgmt/portsnap .endif +.if ${OSVERSION} >= 800000 +BROKEN= does not compile +.endif + post-patch: @${REINPLACE_CMD} -e \ "/Installation/d; /Documentation/d; /InitialConf/d" \ |