diff options
author | trevor <trevor@FreeBSD.org> | 2005-03-02 05:51:48 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-03-02 05:51:48 +0800 |
commit | c6535e2fa7f07178532cebeadf49e7309985ea88 (patch) | |
tree | a351c62f6273509c52176a55b38b9bb841d2c8e0 /korean | |
parent | 45cc41b90123ddfb02c3ca701d32cc9e5f004e64 (diff) | |
download | freebsd-ports-graphics-c6535e2fa7f07178532cebeadf49e7309985ea88.tar.gz freebsd-ports-graphics-c6535e2fa7f07178532cebeadf49e7309985ea88.tar.zst freebsd-ports-graphics-c6535e2fa7f07178532cebeadf49e7309985ea88.zip |
Respect the user's USE_LINUX setting.
Diffstat (limited to 'korean')
-rw-r--r-- | korean/linux_locale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/linux_locale/Makefile b/korean/linux_locale/Makefile index 1b7723d3e89..02b0c1db36f 100644 --- a/korean/linux_locale/Makefile +++ b/korean/linux_locale/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LINUXBASE}/usr/share/locale/ko:${PORTSDIR}/emulators/linux_bas ONLY_FOR_ARCHS= i386 USE_LINUX_PREFIX=yes -USE_LINUX= yes +USE_LINUX?= yes NO_MTREE= yes NO_BUILD= yes EXTRACT_ONLY= # empty |