diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-01 18:14:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-01 18:14:40 +0000 |
commit | 4d4bc327d4bf4b9a1c43e165ca12f0d3a1ab188b (patch) | |
tree | f2cfb960582d66a3ba9e672ad90c8d810d60f307 /editors/ng | |
parent | f09aca06578240189d7201185eeed813a7c34a3d (diff) | |
download | pkgsrc-4d4bc327d4bf4b9a1c43e165ca12f0d3a1ab188b.tar.gz |
Remove LEGACY_VARS line -- it is in the global obsolete.mk file.
Diffstat (limited to 'editors/ng')
-rw-r--r-- | editors/ng/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/ng/Makefile b/editors/ng/Makefile index a92922599c1..0c577793b63 100644 --- a/editors/ng/Makefile +++ b/editors/ng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/10/24 19:48:24 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2005/12/01 18:14:40 wiz Exp $ DISTNAME= ng-1.4.3 PKGREVISION= 1 @@ -14,7 +14,6 @@ WRKSRC= ${WRKDIR}/ng PKG_SUPPORTED_OPTIONS= canna PKG_SUGGESTED_OPTIONS= canna PKG_OPTIONS_VAR= PKG_OPTIONS.ng -PKG_OPTIONS_LEGACY_VARS= USE_CANNA:canna .include "../../mk/bsd.options.mk" |