aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-18 20:40:26 +0800
committerkris <kris@FreeBSD.org>2004-03-18 20:40:26 +0800
commit189b451f305ce288b9af45f01798bf8ab8b4fad6 (patch)
tree9ac4d1b189459762791fe5f67b5e796224c5e833 /japanese
parentbc27c28c36ee440a691bd5df2bffd85bc8fed330 (diff)
downloadfreebsd-ports-gnome-189b451f305ce288b9af45f01798bf8ab8b4fad6.tar.gz
freebsd-ports-gnome-189b451f305ce288b9af45f01798bf8ab8b4fad6.tar.zst
freebsd-ports-gnome-189b451f305ce288b9af45f01798bf8ab8b4fad6.zip
BROKEN on 4.x: Does not compile
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>