diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-12 07:14:44 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-12 07:14:44 +0000 |
commit | dbd08195c748c878161571e1b9e3d09b96bd15b3 (patch) | |
tree | e81704df25542482f32e87c0c4b59172d22fcc2e /japanese/scim-tables | |
parent | f3a4d01c12dcb2d993a4b41ca52ef8f5265845ab (diff) | |
download | ports-dbd08195c748c878161571e1b9e3d09b96bd15b3.tar.gz ports-dbd08195c748c878161571e1b9e3d09b96bd15b3.zip |
Notes
Diffstat (limited to 'japanese/scim-tables')
-rw-r--r-- | japanese/scim-tables/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |