aboutsummaryrefslogtreecommitdiff
path: root/japanese/tk80/Makefile
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2005-04-15 18:45:42 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2005-04-15 18:45:42 +0000
commit9aaef51129801522de5728c6f2cf0b5ef905dc4c (patch)
treec866d7423bde308c22b0346d7f16311a316ecf45 /japanese/tk80/Makefile
parent4f82756f909fd47b7a1d3ac1600c83e91a418bb2 (diff)
downloadports-9aaef51129801522de5728c6f2cf0b5ef905dc4c.tar.gz
ports-9aaef51129801522de5728c6f2cf0b5ef905dc4c.zip
Notes
Diffstat (limited to 'japanese/tk80/Makefile')
-rw-r--r--japanese/tk80/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/japanese/tk80/Makefile b/japanese/tk80/Makefile
index c1503ab42952..14ec51bffe22 100644
--- a/japanese/tk80/Makefile
+++ b/japanese/tk80/Makefile
@@ -30,6 +30,7 @@ PATCH_DIST_ARGS=-d ${TOPDIR} --forward --quiet -E ${PATCH_DIST_STRIP}
.endif
USE_AUTOCONF_VER= 213
USE_XLIB= yes
+USE_REINPLACE= yes
CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl${VERSION}jp \
--enable-xlibHack --enable-onTheSpot
RANLIB= ranlib
@@ -37,12 +38,9 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 600006
-BROKEN= "Depends on libxpg4 which was removed from FreeBSD 6.0"
-.endif
-
-.if !defined(NOPORTDOCS)
post-patch:
+ @${REINPLACE_CMD} -e '/xpg4/d' ${WRKSRC}/configure.in
+.if !defined(NOPORTDOCS)
@${CP} ${FILESDIR}/README.FreeBSD.in ${TOPDIR}/README.FreeBSD.JP.in
@${SED} -e 's%AC_OUTPUT(Makefile tkConfig.sh)%AC_OUTPUT(Makefile tkConfig.sh ../README.FreeBSD.JP)%' \
< ${WRKSRC}/configure.in \