diff options
author | tv <tv> | 2005-03-15 04:51:19 +0000 |
---|---|---|
committer | tv <tv> | 2005-03-15 04:51:19 +0000 |
commit | 7dff92fc6a00510e96721a88599f5c5c2c16a92d (patch) | |
tree | 128df81c76f59008b01fac2991dc09dc6723cd9d /editors/jove | |
parent | ea8742d43a5881027e1326a1c9574a517f66692a (diff) | |
download | pkgsrc-7dff92fc6a00510e96721a88599f5c5c2c16a92d.tar.gz |
USE_BUILDLINK3. (Sometimes I wonder whether this should become the default,
using NO_BUILDLINK only as absolutely needed.)
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} |