diff options
author | enami <enami> | 2000-03-26 08:09:07 +0000 |
---|---|---|
committer | enami <enami> | 2000-03-26 08:09:07 +0000 |
commit | 4ef7c6b2a406e86a86a55e66c58204ffa6ae72c3 (patch) | |
tree | be17e215758d0a9e62a8956249670fbf3178e67b /editors | |
parent | fae85daa2b6c088deb69518bfaf281612f43bd4e (diff) | |
download | pkgsrc-4ef7c6b2a406e86a86a55e66c58204ffa6ae72c3.tar.gz |
Add the four control variable used in this package to BUILD_DEFS.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 4077558658a..2fa3c4804c9 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2000/03/26 07:59:30 enami Exp $ +# $NetBSD: Makefile,v 1.37 2000/03/26 08:09:07 enami Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp DISTNAME= emacs-20.6 @@ -30,6 +30,8 @@ MAKE_ENV+= INSTALL_STRIP=${STRIPFLAG} INFO_FILES= emacs vip viper forms gnus mh-e cl sc dired-x ediff \ ccmode message widget reftex forms +BUILD_DEFS+= USE_INET6 EMACS_USE_POP EMACS_USE_X EMACS_USE_X_TOOLKIT + INSTALL_PROGRAM=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} pre-install: |