summaryrefslogtreecommitdiff
path: root/editors/wily
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:50:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:50:28 +0000
commit3e2fd4b788942461b3fbd53d7edac9a1abc3488e (patch)
tree50f793f00a7cb711970c62063687af6cd8625387 /editors/wily
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200771
Diffstat (limited to 'editors/wily')
-rw-r--r--editors/wily/Makefile8
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>