diff options
Diffstat (limited to 'editors/jove')
-rw-r--r-- | editors/jove/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile index eba5d9dc3db..3dbd4815174 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/03/15 04:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/03/15 04:51:19 tv Exp $ # DISTNAME= jove4.16.0.63 @@ -11,6 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Small emacs-style editor, but lacks the LISP engine NO_CONFIGURE= yes +USE_BUILDLINK3= YES MAKE_ENV+= ROOT_GROUP=${ROOT_GROUP:Q} MAKE_ENV+= ROOT_USER=${ROOT_USER:Q} |