diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 02:20:19 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 02:20:19 +0000 |
commit | 9ceb820ef6e1a801e2666b1f4c09394f859c4c55 (patch) | |
tree | 5d6b211af295c8b0c23db608a6740f2b85a71362 /devel/linux_devtools | |
parent | Mark BROKEN for ELF: (diff) |
Unbreak for ELF
Submitted by: asami
Notes
Notes:
svn path=/head/; revision=13928
Diffstat (limited to 'devel/linux_devtools')
-rw-r--r-- | devel/linux_devtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/linux_devtools/Makefile b/devel/linux_devtools/Makefile index 1db21ad166c6..462b37599875 100644 --- a/devel/linux_devtools/Makefile +++ b/devel/linux_devtools/Makefile @@ -3,7 +3,7 @@ # Date created: Nov 26 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.5 1998/08/23 01:50:27 hoek Exp $ +# $Id: Makefile,v 1.6 1998/10/12 18:53:09 jseger Exp $ # DISTNAME= linux_devel-0.2 @@ -14,7 +14,7 @@ MAINTAINER= erich@FreeBSD.org RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib -BROKEN_ELF= library names +NO_FILTER_SHLIBS= yes PREFIX= /compat/linux NO_MTREE= yes |