mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Fix depends when WITH_XAW3D defined.
PR: ports/89251, ports/89254 Submitted by: Andrey Slusar (maintainer)
This commit is contained in:
parent
c8a248eb60
commit
04772e7dc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148787
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user