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 | 680a7c06c21098396c83cca87c7325fd9f42c4ac (patch) | |
tree | f2cfb960582d66a3ba9e672ad90c8d810d60f307 /editors/ng | |
parent | b8ab4820b46ab5fca41bae04a5f95a629ea4e0b2 (diff) | |
download | pkgsrc-680a7c06c21098396c83cca87c7325fd9f42c4ac.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" |