diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:50:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:50:28 +0000 |
commit | 3e2fd4b788942461b3fbd53d7edac9a1abc3488e (patch) | |
tree | 50f793f00a7cb711970c62063687af6cd8625387 /editors/wily | |
parent | ec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (diff) | |
download | ports-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.tar.gz ports-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.zip |
Notes
Diffstat (limited to 'editors/wily')
-rw-r--r-- | editors/wily/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index 15d61c34f128..105ae0a9bca8 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -33,12 +33,6 @@ PORTDOCS= index.html intro.html download.html credits.html FAQ.html \ TUTEDOCS= hello.c start typescript TUTESHS= findword script send_to_gary -.include <bsd.port.pre.mk> - -.if (${OSVERSION} < 500000) -BROKEN= Requires more recent libc -.endif - post-patch: cd ${WRKSRC}/tools/win; ${REINPLACE_CMD} -e 's," in " __FUNCTION__ "()",,' \ win.c wgoto.c wreplace.c; \ @@ -68,4 +62,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |