diff options
author | flathill <flathill@FreeBSD.org> | 1999-05-05 22:27:56 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-05-05 22:27:56 +0800 |
commit | 38167d88e7d197ab86d367207d86d13c40dbba06 (patch) | |
tree | d79a97a48f0a738c3ce726f10e67bacbda685677 /archivers | |
parent | b617a5730680ae519b30915d864ad5c91977aa61 (diff) | |
download | freebsd-ports-graphics-38167d88e7d197ab86d367207d86d13c40dbba06.tar.gz freebsd-ports-graphics-38167d88e7d197ab86d367207d86d13c40dbba06.tar.zst freebsd-ports-graphics-38167d88e7d197ab86d367207d86d13c40dbba06.zip |
This port properly depends on ld-linux.so.2.
Add RUN_DEPEND to emulators/linux_lib
PR: ports/11480
Submitted by: k5@respo.or.jp
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/linux_rar/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/linux_rar/Makefile b/archivers/linux_rar/Makefile index 19973bf2d70..e5ebcf78086 100644 --- a/archivers/linux_rar/Makefile +++ b/archivers/linux_rar/Makefile @@ -1,10 +1,10 @@ # New ports collection makefile for: linux_rar # http://www.rarsoft.com/rar_archiver.htm # Version required: 2.50 -# Date created: +# Date created: 30 April 1999 # Whom: FUJISHIMA Satsuki <k5@respo.or.jp> # -# $Id: Makefile,v 1.1.1.1 1999/04/30 04:41:20 taoka Exp $ +# $Id: Makefile,v 1.2 1999/05/01 02:06:34 steve Exp $ # DISTNAME= rarlnx25 @@ -16,6 +16,8 @@ EXTRACT_SUFX= .sfx MAINTAINER= k5@respo.or.jp +RUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_lib + ONLY_FOR_ARCHS= i386 NO_PACKAGE= Only unmodified original package can be distributed |