diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-09 22:09:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-09 22:09:52 +0000 |
commit | fb3ce5e6ce5897c62ecd9d199b7e3537948abf66 (patch) | |
tree | 4f845365310cc084790072f772c60c9da215c790 /sysutils/desktopbsd-tools | |
parent | 820c61d6753738ebd83dba058e787d0a6eed35ec (diff) | |
download | ports-fb3ce5e6ce5897c62ecd9d199b7e3537948abf66.tar.gz ports-fb3ce5e6ce5897c62ecd9d199b7e3537948abf66.zip |
Notes
Diffstat (limited to 'sysutils/desktopbsd-tools')
-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" \ |