From e36d5f00a75ae1e01a9eb1d84b7850093b84c40b Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 26 May 2005 21:49:39 +0000 Subject: Don't use buildlink framework just to do a conditional dependency for a binary tool. We can now use the tools framework for this. Remove the various nroff/groff buildlink3.mk/builtin.mk files as editors/jove was their only user in pkgsrc. --- editors/jove/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/jove') diff --git a/editors/jove/Makefile b/editors/jove/Makefile index 144332c6378..065883627e0 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:45:40 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/05/26 21:49:39 jlam Exp $ # DISTNAME= jove4.16.0.63 @@ -11,10 +11,10 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Small emacs-style editor, but lacks the LISP engine NO_CONFIGURE= yes +USE_TOOLS+= nroff MAKE_ENV+= ROOT_GROUP=${ROOT_GROUP:Q} MAKE_ENV+= ROOT_USER=${ROOT_USER:Q} MAKE_FLAGS+= NROFF=${NROFF:Q} -.include "../../mk/nroff.buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3