aboutsummaryrefslogtreecommitdiff
path: root/sysutils/docker-freebsd
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2015-07-13 15:21:34 +0000
committerKris Moore <kmoore@FreeBSD.org>2015-07-13 15:21:34 +0000
commitd8622c62e3ad51253128064d8ef5b65649dd4b48 (patch)
tree815cce15f9ce8b54d3d1fc48a8278234e49c3ab6 /sysutils/docker-freebsd
parentc50b3f10b0744fb813d5e7b731d0a37aedaf41ae (diff)
downloadports-d8622c62e3ad51253128064d8ef5b65649dd4b48.tar.gz
ports-d8622c62e3ad51253128064d8ef5b65649dd4b48.zip
Notes
Diffstat (limited to 'sysutils/docker-freebsd')
-rw-r--r--sysutils/docker-freebsd/Makefile4
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