diff options
author | marcel <marcel@FreeBSD.org> | 1999-07-21 22:55:43 +0800 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-07-21 22:55:43 +0800 |
commit | 006748d7075d8aa18b6e21eed8ba3d16a9993088 (patch) | |
tree | c967cd82badb49fe81797727eac72d6dd35304e2 /korean/hanIM/Makefile | |
parent | 72480a5539d3d6f4e4f5eae58f276ea04ecca4bb (diff) | |
download | freebsd-ports-gnome-006748d7075d8aa18b6e21eed8ba3d16a9993088.tar.gz freebsd-ports-gnome-006748d7075d8aa18b6e21eed8ba3d16a9993088.tar.zst freebsd-ports-gnome-006748d7075d8aa18b6e21eed8ba3d16a9993088.zip |
Make port depend on linux_base instead of linux_lib.
Diffstat (limited to 'korean/hanIM/Makefile')
-rw-r--r-- | korean/hanIM/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |