diff options
author | motoyuki <motoyuki@FreeBSD.org> | 2002-08-17 20:26:40 +0800 |
---|---|---|
committer | motoyuki <motoyuki@FreeBSD.org> | 2002-08-17 20:26:40 +0800 |
commit | 8d7eeb0da17609d52d5f3dafa77479bc23600f27 (patch) | |
tree | 3a7607419cd24cfe0181aed5203b643c38f1fb30 /japanese/linux_locale | |
parent | a9e5949ec6b5cb2cde20c0f244d2317cd2899638 (diff) | |
download | freebsd-ports-gnome-8d7eeb0da17609d52d5f3dafa77479bc23600f27.tar.gz freebsd-ports-gnome-8d7eeb0da17609d52d5f3dafa77479bc23600f27.tar.zst freebsd-ports-gnome-8d7eeb0da17609d52d5f3dafa77479bc23600f27.zip |
ja-linux_locale is not needed for linux_base7.
Submitted by: mistral@imasy.or.jp
Diffstat (limited to 'japanese/linux_locale')
-rw-r--r-- | japanese/linux_locale/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/linux_locale/Makefile b/japanese/linux_locale/Makefile index 13970064c039..d4d8ae83889f 100644 --- a/japanese/linux_locale/Makefile +++ b/japanese/linux_locale/Makefile @@ -16,6 +16,8 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LCDEF_CMD}:${PORTSDIR}/emulators/linux_base +IGNORE= "ja-linux_locale is not needed for linux_base7" + USE_LINUX_PREFIX= yes WRKSRC= ${WRKDIR}/locale-ja-${VERSION} PLIST_SUB= VER=${VERSION} LINUXBASE=${LINUXBASE} |