summaryrefslogtreecommitdiff
path: root/editors/jove
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-26 21:49:39 +0000
committerjlam <jlam@pkgsrc.org>2005-05-26 21:49:39 +0000
commite36d5f00a75ae1e01a9eb1d84b7850093b84c40b (patch)
tree775d53be0a118d7f83f3950d7e144498957b1124 /editors/jove
parent983335a6100ab8d836be9ad2700e355d23314a32 (diff)
downloadpkgsrc-e36d5f00a75ae1e01a9eb1d84b7850093b84c40b.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/jove')
-rw-r--r--editors/jove/Makefile4
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"