diff options
author | kmoore <kmoore@FreeBSD.org> | 2015-07-13 23:21:34 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2015-07-13 23:21:34 +0800 |
commit | 729766552ee7b696e3fac2b73e71a7a6674c205f (patch) | |
tree | 815cce15f9ce8b54d3d1fc48a8278234e49c3ab6 /sysutils | |
parent | 37c90c4dd385f9b6c7223284fa9151df7fc21544 (diff) | |
download | freebsd-ports-gnome-729766552ee7b696e3fac2b73e71a7a6674c205f.tar.gz freebsd-ports-gnome-729766552ee7b696e3fac2b73e71a7a6674c205f.tar.zst freebsd-ports-gnome-729766552ee7b696e3fac2b73e71a7a6674c205f.zip |
- Switch to BROKEN_FreeBSD_8
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/docker-freebsd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/docker-freebsd/Makefile b/sysutils/docker-freebsd/Makefile index 025449cb019c..9d63dfa4a3c4 100644 --- a/sysutils/docker-freebsd/Makefile +++ b/sysutils/docker-freebsd/Makefile @@ -26,9 +26,7 @@ GH_TAGNAME= 582db78 PLIST_FILES= bin/docker USE_RC_SUBR= docker -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900044 -BROKEN= This port works only on FreeBSD 9 and newer -.endif +BROKEN_FreeBSD_8= This port works only on FreeBSD 9 and newer do-build: @cd ${WRKSRC} && export AUTO_GOPATH=1 && export DOCKER_GITCOMMIT=${GH_TAGNAME} && ./hack/make.sh binary |