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 /korean | |
parent | f3a4d01c12dcb2d993a4b41ca52ef8f5265845ab (diff) | |
download | ports-dbd08195c748c878161571e1b9e3d09b96bd15b3.tar.gz ports-dbd08195c748c878161571e1b9e3d09b96bd15b3.zip |
Notes
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> |