diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-19 14:56:35 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-19 14:56:35 +0000 |
commit | 04772e7dc2fd2cb36160e60576f08817b705d949 (patch) | |
tree | affbabbd109a0d0eb5c1b596786caad441788a09 /editors | |
parent | c8a248eb606cd5a5fec18746f77245c57c160146 (diff) | |
download | ports-04772e7dc2fd2cb36160e60576f08817b705d949.tar.gz ports-04772e7dc2fd2cb36160e60576f08817b705d949.zip |
Notes
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 |