diff options
author | agc <agc@pkgsrc.org> | 1999-08-18 09:13:09 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-18 09:13:09 +0000 |
commit | aa3f19e7cc8fe615ee523290430de221d8b7bb56 (patch) | |
tree | b4504add0eae5a3d0b7b7e70bb8155ebf4e3235a /editors/xemacs/Makefile | |
parent | d792103c87eb8ba141c6725abab884be490bb185 (diff) | |
download | pkgsrc-aa3f19e7cc8fe615ee523290430de221d8b7bb56.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/xemacs/Makefile')
-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 |