aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-09-14 02:47:30 +0800
committerijliao <ijliao@FreeBSD.org>2002-09-14 02:47:30 +0800
commite69a7d7afa6b7acdd50fef5a13e1583ad74c86ba (patch)
tree2157f2f35236452727a74b342497fbde1efc0797 /Mk
parentb17c1c78b2c5af08dd0fb11f26358acccc570fee (diff)
downloadfreebsd-ports-gnome-e69a7d7afa6b7acdd50fef5a13e1583ad74c86ba.tar.gz
freebsd-ports-gnome-e69a7d7afa6b7acdd50fef5a13e1583ad74c86ba.tar.zst
freebsd-ports-gnome-e69a7d7afa6b7acdd50fef5a13e1583ad74c86ba.zip
bump open-motif shlib version
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 86cbe34358e2..964b129d3d6c 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -933,7 +933,7 @@ RUN_DEPENDS+= ${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base
.if defined(USE_MOTIF)
USE_XPM= yes
.if !defined(NO_OPENMOTIF)
-LIB_DEPENDS+= Xm.2:${PORTSDIR}/x11-toolkits/open-motif
+LIB_DEPENDS+= Xm.3:${PORTSDIR}/x11-toolkits/open-motif
.endif
.endif