diff options
author | agc <agc> | 1999-08-18 09:13:09 +0000 |
---|---|---|
committer | agc <agc> | 1999-08-18 09:13:09 +0000 |
commit | fc557a9d4e263657851018b8094a77d8172e933a (patch) | |
tree | b4504add0eae5a3d0b7b7e70bb8155ebf4e3235a /editors | |
parent | 0621aebf99f378ccd713b4ab983587073797f974 (diff) | |
download | pkgsrc-fc557a9d4e263657851018b8094a77d8172e933a.tar.gz |
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
Add USE_XFACE to BUILD_DEFS
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 557ecde24ed..45f8415b26d 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/07/14 18:53:34 tron Exp $ +# $NetBSD: Makefile,v 1.10 1999/08/18 09:13:09 agc Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.4 @@ -25,6 +25,8 @@ HAS_CONFIGURE= yes DIST_SUBDIR= xemacs +BUILD_DEFS+= USE_XFACE + .include "../../mk/bsd.prefs.mk" WITH_DIALOGS= --with-dialogs=athena3d |