diff options
author | makc <makc@FreeBSD.org> | 2011-05-02 20:40:24 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-05-02 20:40:24 +0800 |
commit | 87f4071a77c50f9179e0e89afd22f9b481c26864 (patch) | |
tree | 7e978f952a27d4e4bafb259d6d7f2c31b3c7707a /Mk | |
parent | 22b301fb6a7642e3d916c16847346e0edbe085ca (diff) | |
download | freebsd-ports-gnome-87f4071a77c50f9179e0e89afd22f9b481c26864.tar.gz freebsd-ports-gnome-87f4071a77c50f9179e0e89afd22f9b481c26864.tar.zst freebsd-ports-gnome-87f4071a77c50f9179e0e89afd22f9b481c26864.zip |
Update open-motif to 2.3.3
Remove needles patches (integrated upstream)
Pass maintainership to submitter
PR: ports/154044
Submitted by: Mikhail Tsatsenko <m.tsatsenko at gmail.com>
Exp-runs by: pav
Diffstat (limited to '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 34ba21864c0f..1b39d374f81e 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1971,7 +1971,7 @@ LIB_DEPENDS+= Xm:${PORTSDIR}/x11-toolkits/lesstif NO_OPENMOTIF= yes .endif .if !defined(NO_OPENMOTIF) -LIB_DEPENDS+= Xm.3:${PORTSDIR}/x11-toolkits/open-motif +LIB_DEPENDS+= Xm.4:${PORTSDIR}/x11-toolkits/open-motif .endif .endif |