diff options
author | jlam <jlam> | 2001-08-23 04:26:51 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-23 04:26:51 +0000 |
commit | 61a40fa3f8871c181134dbe60ef56ca01892bb6f (patch) | |
tree | 4bfa8b36ce531fe4f0f7472d5fdff888abf4b533 /editors/xemacs | |
parent | 3f2f4a4b533f32a124e90f5bfa20853ce2dd896a (diff) | |
download | pkgsrc-61a40fa3f8871c181134dbe60ef56ca01892bb6f.tar.gz |
Move per-package default XAW_TYPE setting above the inclusion of
bsd.prefs.mk so that it is actually used. Where possible, include
xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index f60a20fffa4..aaf7428f61c 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2001/05/22 09:32:19 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2001/08/23 04:26:53 jlam Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.14 @@ -23,8 +23,9 @@ DEPENDS+= jpeg-*:../../graphics/jpeg NOT_FOR_PLATFORM= *-*-mips* #fails purespace dumping HAS_CONFIGURE= YES -USE_XAW= YES USE_XPM= YES +USE_XAW= YES +XAW_TYPE?= 3d BUILD_DEFS+= USE_LDAP USE_XFACE DIST_SUBDIR= xemacs @@ -39,7 +40,6 @@ PLIST_SUBST+= ELSUFX=.gz PLIST_SUBST+= ELSUFX= .endif -XAW_TYPE?= 3d .if (${XAW_TYPE} == "standard") WITH_DIALOGS= --with-dialogs=athena .else |