diff options
author | jlam <jlam> | 2005-05-26 21:49:39 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-26 21:49:39 +0000 |
commit | db1022245e68fbabf3d280915462249cac882d78 (patch) | |
tree | 775d53be0a118d7f83f3950d7e144498957b1124 /editors | |
parent | df97758e3a9e80cb6aa1a68cdf0db42bf93fedd6 (diff) | |
download | pkgsrc-db1022245e68fbabf3d280915462249cac882d78.tar.gz |
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.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jove/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |