diff options
author | wiz <wiz> | 2009-08-25 12:32:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-25 12:32:54 +0000 |
commit | 81b17a2dbac21f6fc4e554be1307cc8680e47b4f (patch) | |
tree | bd6aa3e87350724286fe4e76d0e592993c64dd2b /cross/i386-linux | |
parent | 50b7109a28b1b38bd9911a6ff32e5642ba4a4a41 (diff) | |
download | pkgsrc-81b17a2dbac21f6fc4e554be1307cc8680e47b4f.tar.gz |
Remove BROKEN_IN variable. It was no maintained, and there was no
defined workflow for setting it, removing it, or removing packages
depending on it.
Diffstat (limited to 'cross/i386-linux')
-rw-r--r-- | cross/i386-linux/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile index 1c3f0440565..0c699d11828 100644 --- a/cross/i386-linux/Makefile +++ b/cross/i386-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2007/01/31 00:04:11 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2009/08/25 12:32:55 wiz Exp $ # DISTVERSION= 2.0.7.1 @@ -12,8 +12,6 @@ COMMENT= Cross-compile environment for iX86 Linux, libc v6 BUILD_DEPENDS+= rpm-[0-9]*:../../misc/rpm -BROKEN_IN= pkgsrc-2006Q4 - CHECK_SHLIBS_SUPPORTED= no WRKSRC= ${WRKDIR} |