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 /biology | |
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 'biology')
-rw-r--r-- | biology/kinemage/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/biology/kinemage/Makefile b/biology/kinemage/Makefile index f27eacad5661..e019d97a7a03 100644 --- a/biology/kinemage/Makefile +++ b/biology/kinemage/Makefile @@ -3,7 +3,7 @@ # Date created: Dec 4 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.6 1998/12/09 22:35:04 billf Exp $ +# $Id: Makefile,v 1.7 1999/01/07 02:31:37 simokawa Exp $ # DISTNAME= MAGE_4_2.LINUX @@ -16,8 +16,8 @@ EXTRACT_SUFX= .Z MAINTAINER= frankch@waru.life.nthu.edu.tw -BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib -RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib +BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 |