summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-11-19 14:58:04 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-11-19 14:58:04 +0000
commit58126366cd6e267c73500debc733038836c62841 (patch)
tree9801816d6ae64e7c80e72fc00460a63ae0450c18 /editors
parent- Fix depends when WITH_XAW3D defined. (diff)
- Fix configure args for WITH_XAW3D
PR: ports/89253 Submitted by: Andrey Slusar
Notes
Notes: svn path=/head/; revision=148788
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile
index 6e8769dac093..7c1bf0bc95ec 100644
--- a/editors/xemacs-devel/Makefile
+++ b/editors/xemacs-devel/Makefile
@@ -95,6 +95,7 @@ WITH_DIALOGS= --enable-dialogs=athena
.if defined(WITH_XAW3D)
LIB_DEPENDS+= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
+CONFIGURE_ARGS+= --with-athena=3d
.endif
#.if defined(WANT_GTK)