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 /www | |
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 'www')
-rw-r--r-- | www/nvu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/nvu/Makefile b/www/nvu/Makefile index 67616cd4d52..c491856159a 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/03/04 11:02:26 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2009/08/25 12:32:56 wiz Exp $ # DISTNAME= nvu-1.0-sources @@ -13,8 +13,6 @@ COMMENT= Web Authoring System BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip -BROKEN_IN= pkgsrc-2006Q4 - WRKSRC= ${WRKDIR}/mozilla GNU_CONFIGURE= yes CONFIGURE_ENV+= ORBIT_CONFIG=orbit2-config |