aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/mmc-utils
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2017-05-12 05:29:21 +0800
committermarius <marius@FreeBSD.org>2017-05-12 05:29:21 +0800
commit737f114732601a833937a7182befd9ff4caa27b2 (patch)
tree97752a2c1be451b581418d3a180eb1b8f5d52588 /sysutils/mmc-utils
parent00ed689fdce0133c69241498655d5bd83d9259b9 (diff)
downloadfreebsd-ports-gnome-737f114732601a833937a7182befd9ff4caa27b2.tar.gz
freebsd-ports-gnome-737f114732601a833937a7182befd9ff4caa27b2.tar.zst
freebsd-ports-gnome-737f114732601a833937a7182befd9ff4caa27b2.zip
Build on FreeBSD versions 1003514+ and 1100513+, too.
Diffstat (limited to 'sysutils/mmc-utils')
-rw-r--r--sysutils/mmc-utils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/mmc-utils/Makefile b/sysutils/mmc-utils/Makefile
index 53c229f22f29..1d329bc90827 100644
--- a/sysutils/mmc-utils/Makefile
+++ b/sysutils/mmc-utils/Makefile
@@ -22,7 +22,9 @@ MMC_GITURL= git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git
.include <bsd.port.pre.mk>
.if (${OPSYS} == FreeBSD && \
- ${OSVERSION} < 1200025) || \
+ (${OSVERSION} < 1003514 || \
+ (${OSVERSION} > 1100000 && ${OSVERSION} < 1100513) || \
+ (${OSVERSION} > 1200000 && ${OSVERSION} < 1200025))) || \
${OPSYS} == DragonFly
IGNORE= only supported on recent OS versions
.endif