diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-25 12:32:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-25 12:32:54 +0000 |
commit | aa35d2e30c57d40e87e0585f933ce6dd64b2eeea (patch) | |
tree | bd6aa3e87350724286fe4e76d0e592993c64dd2b /emulators/simulavr | |
parent | 89fa806cbf9b11fd40f03177b6cb309263201200 (diff) | |
download | pkgsrc-aa35d2e30c57d40e87e0585f933ce6dd64b2eeea.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 'emulators/simulavr')
-rw-r--r-- | emulators/simulavr/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/simulavr/Makefile b/emulators/simulavr/Makefile index 0fd9486aea3..75b18ee853f 100644 --- a/emulators/simulavr/Makefile +++ b/emulators/simulavr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/03/07 17:31:22 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2009/08/25 12:32:55 wiz Exp $ # DISTNAME= simulavr-0.1.2.1 @@ -15,8 +15,6 @@ BUILD_DEPENDS+= avr-binutils-[0-9]*:../../cross/avr-binutils BUILD_DEPENDS+= avr-gcc-[0-9]*:../../cross/avr-gcc BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen -BROKEN_IN= pkgsrc-2006Q4 - CONFIGURE_ARGS+= --disable-tests CONFIGURE_ENV+= ac_cv_prog_has_texi2dvi=yes ac_cv_prog_has_texi2html=yes USE_TOOLS+= makeinfo |