diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-03-16 22:15:32 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-03-16 22:15:32 +0000 |
commit | ab0598a359a6f462e55aa101e5b48ea57d60e55e (patch) | |
tree | 21d0daf7e41edeb10527f6d10557edf9b4694bf0 /biology/kinemage | |
parent | 966766a5b9ed5632d6b309d37b14413d51a32288 (diff) | |
download | ports-ab0598a359a6f462e55aa101e5b48ea57d60e55e.tar.gz ports-ab0598a359a6f462e55aa101e5b48ea57d60e55e.zip |
Notes
Diffstat (limited to 'biology/kinemage')
-rw-r--r-- | biology/kinemage/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/biology/kinemage/Makefile b/biology/kinemage/Makefile index 491b2d82572b..7b15edf61125 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$ +# $Id: Makefile,v 1.1.1.1 1998/01/29 17:24:27 jseger Exp $ # DISTNAME= MAGE_4_2.LINUX @@ -14,6 +14,9 @@ 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 + NO_WRKSUBDIR= YES NO_BUILD= YES |