From dbd08195c748c878161571e1b9e3d09b96bd15b3 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Thu, 12 Aug 2004 07:14:44 +0000 Subject: 1: Make scim buildable on 4-X. 2: Add sf.net to MASTER_SITE. 3: make other ports BROKEN on 4-X. PR: ports/70326 Submitted by: maintainer --- japanese/scim-tables/Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'japanese') diff --git a/japanese/scim-tables/Makefile b/japanese/scim-tables/Makefile index 3ba5eefca38b..8ceec4acf407 100644 --- a/japanese/scim-tables/Makefile +++ b/japanese/scim-tables/Makefile @@ -8,7 +8,9 @@ PORTNAME= scim-tables PORTVERSION= 0.4.0 CATEGORIES= japanese -MASTER_SITES= http://freedesktop.org/~suzhe/sources/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://freedesktop.org/~suzhe/sources/ +MASTER_SITE_SUBDIR=scim MAINTAINER= ports@freebsd.org COMMENT= SCIM table based Japanese input methods @@ -20,10 +22,16 @@ USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes +.include + +.if ${OSVERSION} < 500035 +BROKEN= scim-make-table is not available for 4.x +.endif + post-install: @${CAT} ${PKGMESSAGE} @${ECHO} @${ECHO} To display this message again, type \`make post-install\' @${ECHO} -.include +.include -- cgit v1.2.3