aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-04 05:06:46 +0800
committerbapt <bapt@FreeBSD.org>2014-04-04 05:06:46 +0800
commitc2af1cc1fd451e5fd8ce821cb631032a0804c0c7 (patch)
treec2d541686cf6bcaa9f1b3168224d23c32603aa21 /devel
parent64463eef31cb7aaa6feb9eba7af81a235bc9f7b2 (diff)
downloadfreebsd-ports-gnome-c2af1cc1fd451e5fd8ce821cb631032a0804c0c7.tar.gz
freebsd-ports-gnome-c2af1cc1fd451e5fd8ce821cb631032a0804c0c7.tar.zst
freebsd-ports-gnome-c2af1cc1fd451e5fd8ce821cb631032a0804c0c7.zip
Automatic cross building is only supported on FreeBSD 10+
Diffstat (limited to 'devel')
-rw-r--r--devel/armv6-freebsd10.0-xdev/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/armv6-freebsd10.0-xdev/Makefile b/devel/armv6-freebsd10.0-xdev/Makefile
index 6e7405bf34e2..a75a9e2d3ddb 100644
--- a/devel/armv6-freebsd10.0-xdev/Makefile
+++ b/devel/armv6-freebsd10.0-xdev/Makefile
@@ -5,6 +5,16 @@ X_TARGET_ARCH= armv6
.include "${.CURDIR}/Makefile.shared"
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} != FreeBSD
+IGNORE= Only supported on FreeBSD
+.endif
+
+.if ${OSVERSION} < 1000510
+IGNORE= Only supported on FreeBSD 10+
+.endif
+
.include <bsd.port.mk>
MAKE_ENV:= ${MAKE_ENV:N*FLAGS=*}