summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 13:31:19 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 13:31:19 +0000
commitddb8804c0ffbf246685bcb9d810efeaae6dcd095 (patch)
tree06abb683687b2272d876ae95f1c12fb5fa9e3f86 /accessibility
parent- Mark BROKEN: fails to build with new utmpx (diff)
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=251267
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/yasr/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/accessibility/yasr/Makefile b/accessibility/yasr/Makefile
index bb92a086e924..e9b093734bd9 100644
--- a/accessibility/yasr/Makefile
+++ b/accessibility/yasr/Makefile
@@ -36,6 +36,12 @@ PLIST_FILES= bin/yasr \
%%NLS%%share/locale/fr/LC_MESSAGES/yasr.mo
PLIST_DIRS= %%DATADIR%%
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|/bin/bash|/bin/csh|' ${WRKSRC}/yasr.conf
@@ -48,4 +54,4 @@ post-install:
.endif
@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>