diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2005-04-15 18:45:42 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2005-04-15 18:45:42 +0000 |
commit | 9aaef51129801522de5728c6f2cf0b5ef905dc4c (patch) | |
tree | c866d7423bde308c22b0346d7f16311a316ecf45 /japanese/tkstep80 | |
parent | 4f82756f909fd47b7a1d3ac1600c83e91a418bb2 (diff) | |
download | ports-9aaef51129801522de5728c6f2cf0b5ef905dc4c.tar.gz ports-9aaef51129801522de5728c6f2cf0b5ef905dc4c.zip |
Notes
Diffstat (limited to 'japanese/tkstep80')
-rw-r--r-- | japanese/tkstep80/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/tkstep80/Makefile b/japanese/tkstep80/Makefile index 9816931902f7..b0159eb7e43f 100644 --- a/japanese/tkstep80/Makefile +++ b/japanese/tkstep80/Makefile @@ -21,6 +21,7 @@ COMMENT= The Tk toolkit with a NeXTSTEP look and more LIB_DEPENDS= tcl80jp.1:${PORTSDIR}/japanese/tcl80 +USE_REINPLACE= yes USE_XLIB= yes USE_XPM= yes USE_AUTOCONF_VER= 213 @@ -42,11 +43,10 @@ TCLVERSION= 8.0 TOPDIR= ${WRKDIR}/${DISTNAME} PORTDOCDIR= ${PREFIX}/share/doc/tkstep${TCLVERSION}jp -.include <bsd.port.pre.mk> +post-patch: + @${REINPLACE_CMD} -e '/xpg4/d' ${WRKSRC}/configure.in -.if ${OSVERSION} > 600006 -BROKEN= "Depends on libxpg4 which was removed from FreeBSD 6.0" -.endif +.include <bsd.port.pre.mk> pre-install: cd ${TOPDIR}/library/demos.jp && ${RM} -f *.orig |