diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-02-14 15:07:45 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-02-14 15:07:45 +0000 |
commit | 275e90b7213278a2cad1d28471ad96edc26fc929 (patch) | |
tree | f34ad46c36f3483a79154630223737ce6697031b /editors/wily | |
parent | 10041af751edb37b41f052118be81b1a0007e3ed (diff) | |
download | ports-275e90b7213278a2cad1d28471ad96edc26fc929.tar.gz ports-275e90b7213278a2cad1d28471ad96edc26fc929.zip |
Notes
Diffstat (limited to 'editors/wily')
-rw-r--r-- | editors/wily/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index a0997d120c54..31481d1505bd 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rc:${PORTSDIR}/shells/rc \ USE_XLIB= YES GNU_CONFIGURE= YES USE_GMAKE= YES -USE_REINPLACE= YES MAN1= wgoto.1 win.1 wreplace.1 Tag.1 mktags.1 Man.1 PORTDOCS= index.html intro.html download.html credits.html FAQ.html \ @@ -35,6 +34,12 @@ 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 @@ -61,4 +66,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |