summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-18 12:40:26 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-18 12:40:26 +0000
commitf3c86739cc4d230a4182f50221b1012b95ea3a8c (patch)
treedcfd0a1e929d6a4ddaa7439e9cb97b617654f710 /japanese
parentBROKEN on amd64 and ia64: Does not compile (diff)
BROKEN on 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=104451
Diffstat (limited to 'japanese')
-rw-r--r--japanese/im-ja/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/im-ja/Makefile b/japanese/im-ja/Makefile
index 6b83d3ac3629..b3db17cd9d4a 100644
--- a/japanese/im-ja/Makefile
+++ b/japanese/im-ja/Makefile
@@ -39,8 +39,14 @@ CONFIGURE_ENV= LIBS="${LIBS}" CPPFLAGS="${CPPFLAGS}"
MAN1= im-ja-conf.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on 4.x"
+.endif
+
post-install:
${X11BASE}/bin/gtk-query-immodules-2.0 > \
${X11BASE}/etc/gtk-2.0/gtk.immodules
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>