diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-13 18:47:30 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-13 18:47:30 +0000 |
commit | e69a7d7afa6b7acdd50fef5a13e1583ad74c86ba (patch) | |
tree | 2157f2f35236452727a74b342497fbde1efc0797 /Mk/bsd.port.mk | |
parent | b17c1c78b2c5af08dd0fb11f26358acccc570fee (diff) | |
download | FreeBSD-ports-e69a7d7afa6b7acdd50fef5a13e1583ad74c86ba.zip FreeBSD-ports-e69a7d7afa6b7acdd50fef5a13e1583ad74c86ba.tar.gz |
bump open-motif shlib version
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 86cbe34..964b129 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 |