diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-07-21 14:55:43 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-07-21 14:55:43 +0000 |
commit | d7d791cfa6686861a5ce83778fa10aacad54f40e (patch) | |
tree | b89620de2dfc36665774af847d71410b6c4037b3 /korean | |
parent | Activate linux_devtools (diff) |
Make port depend on linux_base instead of linux_lib.
Notes
Notes:
svn path=/head/; revision=20299
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hanIM/Makefile | 4 | ||||
-rw-r--r-- | korean/linux_locale/Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/korean/hanIM/Makefile b/korean/hanIM/Makefile index 70787afbd9b2..6b2357ddd481 100644 --- a/korean/hanIM/Makefile +++ b/korean/hanIM/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Mar 1998 # Whom: CHOI Junho <cjh@kr.freebsd.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/29 08:32:13 kuriyama Exp $ # DISTNAME= hanIM-${HANIM_VER}-${HANIM_VER_PL}.i386 @@ -16,7 +16,7 @@ MAINTAINER= cjh@kr.freebsd.org BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm RUN_DEPENDS= ${PREFIX}/lib/X11/fonts/local/mzgt16h1.pcf.gz:${PORTSDIR}/korean/mizifont \ - /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_lib \ + /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ /compat/linux/usr/share/locale/ko/LC_MESSAGES/SYS_LC_MESSAGES:${PORTSDIR}/korean/linux_locale NO_CDROM= "Not a free software" diff --git a/korean/linux_locale/Makefile b/korean/linux_locale/Makefile index 6cf5aabd6b0f..44849bf7c39f 100644 --- a/korean/linux_locale/Makefile +++ b/korean/linux_locale/Makefile @@ -3,7 +3,7 @@ # Date created: Apr 20 1999 # Whom: cjh@kr.freebsd.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/25 22:14:20 kuriyama Exp $ # DISTNAME= linux_locale-ko-1.0 @@ -13,8 +13,8 @@ MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ MAINTAINER= cjh@kr.freebsd.org -BUILD_DEPENDS= ${PREFIX}/usr/share/locale/ko:${PORTSDIR}/emulators/linux_lib -RUN_DEPENDS= ${PREFIX}/usr/share/locale/ko:${PORTSDIR}/emulators/linux_lib +BUILD_DEPENDS= ${PREFIX}/usr/share/locale/ko:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= ${PREFIX}/usr/share/locale/ko:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 |