summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-05-14 20:17:27 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-05-14 20:17:27 +0000
commitbe99172496cafff5f35d38125437d0f60111c26e (patch)
treeb4513eacc8e95a1f44f3e164a9213e7d75ce02f1 /archivers
parent- Mark BROKEN on CURRENT: /usr/include/net80211/ieee80211_crypto.h:89: error: (diff)
- Fix syntax
Reported by: FreshSanity Pointy hat to: pav
Notes
Notes: svn path=/head/; revision=213062
Diffstat (limited to 'archivers')
-rw-r--r--archivers/star/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile
index 881cb03285a2..7a02a8a92580 100644
--- a/archivers/star/Makefile
+++ b/archivers/star/Makefile
@@ -25,7 +25,7 @@ MLINKS= star.1 ustar.1
.include <bsd.port.pre.mk>
-if ${OSVERSION} >= 800032
+.if ${OSVERSION} >= 800032
BROKEN= does not compile
.endif