diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /korean/linux_locale | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) | |
download | ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip |
Notes
Diffstat (limited to 'korean/linux_locale')
-rw-r--r-- | korean/linux_locale/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/korean/linux_locale/Makefile b/korean/linux_locale/Makefile index 02b0c1db36f3..23a831cc1132 100644 --- a/korean/linux_locale/Makefile +++ b/korean/linux_locale/Makefile @@ -15,17 +15,15 @@ DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= cjh@kr.freebsd.org COMMENT= Glibc 2.0 Korean locale for linux compatibility -BUILD_DEPENDS= ${LINUXBASE}/usr/share/locale/ko:${PORTSDIR}/emulators/linux_base-8 +BUILD_DEPENDS= ${LINUX_BASE_PORT} -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= yes USE_LINUX_PREFIX=yes -USE_LINUX?= yes -NO_MTREE= yes NO_BUILD= yes EXTRACT_ONLY= # empty NO_WRKSUBDIR= yes -NO_FILTER_SHLIBS= yes do-install: @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; ${PAX} -r) |