diff options
author | netchild <netchild@FreeBSD.org> | 2006-06-14 03:52:22 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-06-14 03:52:22 +0800 |
commit | 9e792f944d80e2e1f0db26fcfbc98daa0b40dcb0 (patch) | |
tree | 25e764eb2172be08a1d286ed0d32448489863ac8 /korean | |
parent | db54449310deca56ecab526a02cab16081c57c88 (diff) | |
download | freebsd-ports-gnome-9e792f944d80e2e1f0db26fcfbc98daa0b40dcb0.tar.gz freebsd-ports-gnome-9e792f944d80e2e1f0db26fcfbc98daa0b40dcb0.tar.zst freebsd-ports-gnome-9e792f944d80e2e1f0db26fcfbc98daa0b40dcb0.zip |
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.
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 |