- Fix depends when WITH_XAW3D defined.

PR:		ports/89251, ports/89254
Submitted by:	Andrey Slusar (maintainer)
This commit is contained in:
Sergey Matveychuk 2005-11-19 14:56:35 +00:00
parent c8a248eb60
commit 04772e7dc2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148787
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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