aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mmc-utils
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2017-03-16 22:59:19 +0000
committerMarius Strobl <marius@FreeBSD.org>2017-03-16 22:59:19 +0000
commitd1ee2ef29232ac8f7385543a74bde134759a8f88 (patch)
tree8743fd1081c523748b01070d31fc452d777086d4 /sysutils/mmc-utils
parent1c2892dd9173c1cd0b1cc81ee054a678feb1f386 (diff)
downloadports-d1ee2ef29232ac8f7385543a74bde134759a8f88.tar.gz
ports-d1ee2ef29232ac8f7385543a74bde134759a8f88.zip
Correct malformed conditional in r436309.
Notes
Notes: svn path=/head/; revision=436310
Diffstat (limited to 'sysutils/mmc-utils')
-rw-r--r--sysutils/mmc-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/mmc-utils/Makefile b/sysutils/mmc-utils/Makefile
index 7110f43efd12..b891532f80dc 100644
--- a/sysutils/mmc-utils/Makefile
+++ b/sysutils/mmc-utils/Makefile
@@ -20,7 +20,7 @@ PLIST_FILES= man/man1/mmc.1.gz sbin/mmc
.include <bsd.port.pre.mk>
.if (${OPSYS} == FreeBSD && \
- ${OSVERSION} < 1200025)) || \
+ ${OSVERSION} < 1200025) || \
${OPSYS} == DragonFly
IGNORE= only supported on recent OS versions
.endif