diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-06-13 19:52:22 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-06-13 19:52:22 +0000 |
commit | a6714c6ba1e5f705fb4991041ad3c5a628ac6927 (patch) | |
tree | 7edeed5a23eba2b6f86ed73e9fde65961ee4308d /korean | |
parent | 4cb96cd7023fb28851ba32ca351d7484ec214d95 (diff) |
This port may not be needed anymore. The maintainer is checking this. In
the meantime I hardcode the linux base dependency to the current default
one. This solves a problem with the upcomming new default one in an
exp-build run.
Notes
Notes:
svn path=/head/; revision=165340
Diffstat (limited to 'korean')
-rw-r--r-- | korean/linux_locale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/linux_locale/Makefile b/korean/linux_locale/Makefile index 43f9680a15f5..2a5d535fa0eb 100644 --- a/korean/linux_locale/Makefile +++ b/korean/linux_locale/Makefile @@ -7,7 +7,7 @@ PORTNAME= linux_locale PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= korean emulators linux MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX}${PORTVERSION} @@ -22,7 +22,7 @@ ONLY_FOR_ARCHS= i386 amd64 CONFLICTS= linux_base-fc* -USE_LINUX= yes +USE_LINUX= 8 USE_LINUX_PREFIX=yes NO_BUILD= yes NO_WRKSUBDIR= yes |