diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-24 09:58:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-24 09:58:07 +0000 |
commit | 6838b217c6d5f83913277218f5bcaeae827ade4b (patch) | |
tree | 2ae48c88364acd99c96e55bd7f42a13da09670c9 /editors/texmacs | |
parent | c41e70c2e3a409dd31b57d557a26857cedff2ec2 (diff) | |
download | ports-6838b217c6d5f83913277218f5bcaeae827ade4b.tar.gz ports-6838b217c6d5f83913277218f5bcaeae827ade4b.zip |
Notes
Diffstat (limited to 'editors/texmacs')
-rw-r--r-- | editors/texmacs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 01f75148589a..492e5ffd0f02 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -45,6 +45,12 @@ USE_EFL= imlib2 CONFIGURE_ARGS+= --with-imlib2 .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not compile +.endif + post-patch: @${GREP} -lR "#!/bin/bash" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|#!/bin/bash|#!/bin/sh|g' @@ -55,4 +61,4 @@ post-install: ${CHOWN} -R ${LIBOWN}:${LIBGRP} ${PREFIX}/libexec/TeXmacs ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/TeXmacs -.include <bsd.port.mk> +.include <bsd.port.post.mk> |