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 | 489fa69422427efb5e595b18f1450ec62a1e358a (patch) | |
tree | bd6aa3e87350724286fe4e76d0e592993c64dd2b /www/nvu | |
parent | c9cb68a0f55d4f87b2e0c7b781fa45e0248e21f1 (diff) | |
download | pkgsrc-489fa69422427efb5e595b18f1450ec62a1e358a.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/nvu')
-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 |