1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Use MOTIFLIB. Note this is a patch to configure, so the $ in front

is escaped for lazy evaluation.
This commit is contained in:
Satoshi Asami 1999-05-12 09:31:37 +00:00
parent 284c0f098e
commit e0f293e62c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18805

View File

@ -5,7 +5,7 @@
UNINSTALL_XMWIDGET=""
else
- XMWIDGETLIBS="-lXm ${LIBS}"
+ XMWIDGETLIBS="-lXm -lXext ${LIBS}"
+ XMWIDGETLIBS="\${MOTIFLIB} -lXext ${LIBS}"
XMWIDGET="xmabacus"
INSTALL_XMWIDGET="install_xmabacus"
UNINSTALL_XMWIDGET="uninstall_xmabacus"