diff options
author | sem <sem@FreeBSD.org> | 2005-11-19 22:56:35 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-11-19 22:56:35 +0800 |
commit | a637f643fd79773dfb8e7c1b7a01c8d2dd2e48dd (patch) | |
tree | 92599df7b5eceb03679260a6f7465e00d0d028d4 /editors | |
parent | 716c5920b1b5e32b59e8fa2de2aaf6c12a275a18 (diff) | |
download | freebsd-ports-gnome-a637f643fd79773dfb8e7c1b7a01c8d2dd2e48dd.tar.gz freebsd-ports-gnome-a637f643fd79773dfb8e7c1b7a01c8d2dd2e48dd.tar.zst freebsd-ports-gnome-a637f643fd79773dfb8e7c1b7a01c8d2dd2e48dd.zip |
- Fix depends when WITH_XAW3D defined.
PR: ports/89251, ports/89254
Submitted by: Andrey Slusar (maintainer)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-devel-mule/Makefile | 1 | ||||
-rw-r--r-- | editors/xemacs21-mule/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/editors/xemacs-devel-mule/Makefile b/editors/xemacs-devel-mule/Makefile index 6d0d51decd3d..f81d9825ee9b 100644 --- a/editors/xemacs-devel-mule/Makefile +++ b/editors/xemacs-devel-mule/Makefile @@ -147,6 +147,7 @@ WITH_DIALOGS?= --enable-dialogs=athena WITH_WIDGETS?= --enable-widgets=athena .if defined(WITH_XAW3D) +LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d CONFIGURE_ARGS+=--with-athena=3d .else CONFIGURE_ARGS+=--with-athena=xaw diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index f9b64a94aa09..1e79cc173d67 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -141,6 +141,7 @@ WITH_DIALOGS?= --with-dialogs=athena WITH_WIDGETS?= --with-widgets=athena .if defined(WITH_XAW3D) +LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d CONFIGURE_ARGS+=--with-athena=3d .else CONFIGURE_ARGS+=--with-athena=xaw |