summaryrefslogtreecommitdiff
path: root/games/xabacus
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-05-12 09:31:37 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-05-12 09:31:37 +0000
commite0f293e62cbaddba2a416de9f717b448b90ac764 (patch)
treea66f066372b5dd6f7ebe68198cecbec0e4d57c52 /games/xabacus
parentCorrectly specify WRKDIR. (diff)
Use MOTIFLIB. Note this is a patch to configure, so the $ in front
is escaped for lazy evaluation.
Notes
Notes: svn path=/head/; revision=18805
Diffstat (limited to 'games/xabacus')
-rw-r--r--games/xabacus/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xabacus/files/patch-ab b/games/xabacus/files/patch-ab
index 4f7261402aee..07786a3cfbd3 100644
--- a/games/xabacus/files/patch-ab
+++ b/games/xabacus/files/patch-ab
@@ -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"