aboutsummaryrefslogtreecommitdiff
path: root/misc/xiphos
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2015-06-06 15:47:32 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2015-06-06 15:47:32 +0000
commit82f71bed7412607fd8a9a0230ef2bd061912e344 (patch)
treea68e12c78eba203074e571a8a36e5f9d56785163 /misc/xiphos
parentce5545bbf62204ac0b0465b474b9b0635a78ba79 (diff)
downloadports-82f71bed7412607fd8a9a0230ef2bd061912e344.tar.gz
ports-82f71bed7412607fd8a9a0230ef2bd061912e344.zip
- Mark as BROKEN < 10.X
MFH: 2015Q2
Notes
Notes: svn path=/head/; revision=388668
Diffstat (limited to 'misc/xiphos')
-rw-r--r--misc/xiphos/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile
index 7a67bd7e6afa..a389af9b5f76 100644
--- a/misc/xiphos/Makefile
+++ b/misc/xiphos/Makefile
@@ -30,4 +30,10 @@ OPTIONS_DEFINE= DOCS
post-install:
@${RM} ${STAGEDIR}${PREFIX}/share/icons/hicolor/icon-theme.cache
+.include <bsd.port.options.mk>
+
+.if ${OSVERSION} < 1000000
+BROKEN= Does not build on FreeBSD < 10.X
+.endif
+
.include <bsd.port.mk>