summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-10 21:29:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-10 21:29:11 +0000
commitff6d8ec716d9bedb3cb3d26af73dbddca322fbc5 (patch)
treeff62f72ec5bbc4703432955f8d5b3e95f62eb5a8 /japanese
parentBROKEN on 6.0: Depends on libxpg4, which was removed prematurely by tjr (diff)
BROKEN on 6.0: Depends on libxpg4 which was prematurely removed by tjr
Notes
Notes: svn path=/head/; revision=132952
Diffstat (limited to 'japanese')
-rw-r--r--japanese/tk80/Makefile4
-rw-r--r--japanese/tkstep80/Makefile4
-rw-r--r--japanese/xyagamo/Makefile8
3 files changed, 15 insertions, 1 deletions
diff --git a/japanese/tk80/Makefile b/japanese/tk80/Makefile
index 4f5a7e45dc42..c1503ab42952 100644
--- a/japanese/tk80/Makefile
+++ b/japanese/tk80/Makefile
@@ -37,6 +37,10 @@ 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:
@${CP} ${FILESDIR}/README.FreeBSD.in ${TOPDIR}/README.FreeBSD.JP.in
diff --git a/japanese/tkstep80/Makefile b/japanese/tkstep80/Makefile
index 9c322a833cfd..9816931902f7 100644
--- a/japanese/tkstep80/Makefile
+++ b/japanese/tkstep80/Makefile
@@ -44,6 +44,10 @@ PORTDOCDIR= ${PREFIX}/share/doc/tkstep${TCLVERSION}jp
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 600006
+BROKEN= "Depends on libxpg4 which was removed from FreeBSD 6.0"
+.endif
+
pre-install:
cd ${TOPDIR}/library/demos.jp && ${RM} -f *.orig
diff --git a/japanese/xyagamo/Makefile b/japanese/xyagamo/Makefile
index c33a4a41a54d..c70baaa2cb68 100644
--- a/japanese/xyagamo/Makefile
+++ b/japanese/xyagamo/Makefile
@@ -20,7 +20,13 @@ MAN6= xyagamo.6
MANLANG= ja
MAN6COMPRESSED= no
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 600006
+BROKEN= "Depends on libxpg4 which was removed from FreeBSD 6.0"
+.endif
+
pre-build:
@cd ${BUILD_WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} depend
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>