diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 13:31:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 13:31:19 +0000 |
commit | ddb8804c0ffbf246685bcb9d810efeaae6dcd095 (patch) | |
tree | 06abb683687b2272d876ae95f1c12fb5fa9e3f86 /accessibility | |
parent | c2162ea77a5d01ddb0a8ebbc58039db968448bd0 (diff) |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/yasr/Makefile | 8 |
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> |