diff options
author | tv <tv@pkgsrc.org> | 2005-03-15 04:51:19 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-03-15 04:51:19 +0000 |
commit | 51e2087cde4b1241f3782de140f27ba3f3327df0 (patch) | |
tree | 128df81c76f59008b01fac2991dc09dc6723cd9d /editors/jove/Makefile | |
parent | abcd91db7a538cf58ee7d5dab2bacd32cc10fdac (diff) | |
download | pkgsrc-51e2087cde4b1241f3782de140f27ba3f3327df0.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/Makefile')
-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} |