diff options
author | enami <enami@pkgsrc.org> | 2000-03-26 08:09:07 +0000 |
---|---|---|
committer | enami <enami@pkgsrc.org> | 2000-03-26 08:09:07 +0000 |
commit | 6068c8cc208c3dd16f9602c0c849bc31cf532133 (patch) | |
tree | be17e215758d0a9e62a8956249670fbf3178e67b /editors | |
parent | e310c9a242f446699b4baed8286e2a71e64098ee (diff) | |
download | pkgsrc-6068c8cc208c3dd16f9602c0c849bc31cf532133.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: |