diff options
Diffstat (limited to 'korean')
-rw-r--r-- | korean/scim-tables/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/korean/scim-tables/Makefile b/korean/scim-tables/Makefile index bb4d7f2db395..ffc72b58e134 100644 --- a/korean/scim-tables/Makefile +++ b/korean/scim-tables/Makefile @@ -8,7 +8,9 @@ PORTNAME= scim-tables PORTVERSION= 0.4.0 CATEGORIES= korean -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 Korean 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> |