diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2015-06-06 23:47:32 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2015-06-06 23:47:32 +0800 |
commit | 8bbe1ea2c873272e5f4ddf4d0f5a2f57e46a21df (patch) | |
tree | a68e12c78eba203074e571a8a36e5f9d56785163 /misc | |
parent | 9e6d4d7608c0d32df591db524419c7f509a45711 (diff) | |
download | freebsd-ports-gnome-8bbe1ea2c873272e5f4ddf4d0f5a2f57e46a21df.tar.gz freebsd-ports-gnome-8bbe1ea2c873272e5f4ddf4d0f5a2f57e46a21df.tar.zst freebsd-ports-gnome-8bbe1ea2c873272e5f4ddf4d0f5a2f57e46a21df.zip |
- Mark as BROKEN < 10.X
MFH: 2015Q2
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xiphos/Makefile | 6 |
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> |