diff options
author | gjb <gjb@FreeBSD.org> | 2013-12-07 18:50:23 +0800 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2013-12-07 18:50:23 +0800 |
commit | 5a43b7642557b420d8ee088c1d3e009a5ece9a7c (patch) | |
tree | 38fb9960e79051a9af0cbb9227ac29e242d7f14f /sysutils/bsdstats | |
parent | 9bdc7b94ce9a126de3015bdac73d0b12e4efa96d (diff) | |
download | freebsd-ports-gnome-5a43b7642557b420d8ee088c1d3e009a5ece9a7c.tar.gz freebsd-ports-gnome-5a43b7642557b420d8ee088c1d3e009a5ece9a7c.tar.zst freebsd-ports-gnome-5a43b7642557b420d8ee088c1d3e009a5ece9a7c.zip |
To prevent fallout of lowering __FreeBSD_version in releng/10.0 branch,
adjust OSVERSION evaluation in ports that specifically use '100050N'.
Approved by: affected maintainers (implicit)
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sysutils/bsdstats')
-rw-r--r-- | sysutils/bsdstats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile index cea72b9ff965..496c430ac9b3 100644 --- a/sysutils/bsdstats/Makefile +++ b/sysutils/bsdstats/Makefile @@ -17,7 +17,7 @@ SUB_LIST= DIG=${DIG} .include <bsd.port.options.mk> -.if ${OSVERSION} >= 1000500 +.if ${OSVERSION} >= 1000100 DIG= drill .else DIG= dig |