diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
commit | d095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch) | |
tree | ca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /editors/texmacs | |
parent | c0a7a1f97264b914fa27603f8433b87b38b15f14 (diff) | |
download | ports-d095d4a96566a3ab095ab2e30430ce93a154f1a7.tar.gz ports-d095d4a96566a3ab095ab2e30430ce93a154f1a7.zip |
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes:
svn path=/head/; revision=225293
Diffstat (limited to 'editors/texmacs')
-rw-r--r-- | editors/texmacs/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 1b997541cbac..bb3b2eca8f60 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -44,12 +44,6 @@ USE_EFL= imlib2 CONFIGURE_ARGS+= --with-imlib2 .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -CONFIGURE_ARGS+=--disable-fastalloc -.endif - post-patch: @${GREP} -lR "#!/bin/bash" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|#!/bin/bash|#!/bin/sh|g' @@ -60,4 +54,4 @@ post-install: ${CHOWN} -R ${LIBOWN}:${LIBGRP} ${PREFIX}/libexec/TeXmacs ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/TeXmacs -.include <bsd.port.post.mk> +.include <bsd.port.mk> |