summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-08-26 14:51:47 +0000
committertron <tron@pkgsrc.org>1999-08-26 14:51:47 +0000
commitb27e36f8428dfc8daca9cd0a480e6c04cdb47975 (patch)
tree2bb5a14494ccb1997ac92a42bc7100269741f61d /editors
parente2f656cc1a4fcc3810ac399a6c7c17245ee14fc2 (diff)
downloadpkgsrc-b27e36f8428dfc8daca9cd0a480e6c04cdb47975.tar.gz
Use "--with-dialogs=athena" instead of "--with-dialogs=athena3d" if
"${XAW_TYPE}" is set to "standard". Fixes PR pkg/8279.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 4865c6a022c..ce922d07323 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1999/08/25 13:37:35 agc Exp $
+# $NetBSD: Makefile,v 1.13 1999/08/26 14:51:47 tron Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
DISTNAME= xemacs-21.1.6
@@ -32,7 +32,11 @@ BUILD_DEFS+= USE_XFACE
XAW_TYPE?= 3d
+.if (${XAW_TYPE} == "standard")
+WITH_DIALOGS= --with-dialogs=athena
+.else
WITH_DIALOGS= --with-dialogs=athena3d
+.endif
.if defined(USE_XFACE) && ${USE_XFACE} == YES
WITH_XFACE= --with-xface=yes