diff options
author | asami <asami@FreeBSD.org> | 2000-07-13 01:34:39 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-07-13 01:34:39 +0000 |
commit | 232f9b2c51fe2243d938211d2353ed18a41e875b (patch) | |
tree | e2107b6b003ae9d88398472818f5bfbb36ad61d5 /japanese/tcsh-nls-generic | |
parent | 99f3bd24f6d6ace042aa802a8a4346cf662987b9 (diff) | |
download | FreeBSD-ports-232f9b2c51fe2243d938211d2353ed18a41e875b.zip FreeBSD-ports-232f9b2c51fe2243d938211d2353ed18a41e875b.tar.gz |
Disable these ports for versions with /bin/tcsh. japanese/tcsh is not
needed since NLS support is already in /bin/tcsh, and the message catalogs
are currently useless since we can't switch them easily.
Submitted by: maintainer
Diffstat (limited to 'japanese/tcsh-nls-generic')
-rw-r--r-- | japanese/tcsh-nls-generic/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/japanese/tcsh-nls-generic/Makefile b/japanese/tcsh-nls-generic/Makefile index 07ef0a3..120afd1 100644 --- a/japanese/tcsh-nls-generic/Makefile +++ b/japanese/tcsh-nls-generic/Makefile @@ -15,7 +15,11 @@ DISTNAME= tcsh-${PORTVERSION}.add2 MAINTAINER= issei@jp.FreeBSD.org BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf -RUN_DEPENDS= tcsh:${PORTSDIR}/japanese/tcsh + +.include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500006 || ${OSVERSION} < 500000 && ${OSVERSION} >= 400021 +FORBIDDEN= tcsh in base system cannot deal with local message catalogs yet +.endif CATALOGNAME?= generic @@ -64,4 +68,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |