diff options
author | will <will@FreeBSD.org> | 2001-08-31 10:13:02 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-08-31 10:13:02 +0800 |
commit | 93aff9d647867c106fac282ffed93b00f9348c28 (patch) | |
tree | f16ef2786ee8e6883be06c944cef0ee4e86b2796 /Mk | |
parent | f12ba5ab412ed44e2a6fbf98d0beef75a62a0185 (diff) | |
download | freebsd-ports-gnome-93aff9d647867c106fac282ffed93b00f9348c28.tar.gz freebsd-ports-gnome-93aff9d647867c106fac282ffed93b00f9348c28.tar.zst freebsd-ports-gnome-93aff9d647867c106fac282ffed93b00f9348c28.zip |
Update library pointer for Mesa3 port in USE_MESA so that if
XFREE86_VERSION=4, Mesa3 will not get left out of the install. Previously,
bsd.port.mk would find libGLU.so.1 from XFree86-4 and thus wouldn't install
libglut.so.3 needed by XFree86-4 users for USE_MESA.
PR: 29546
Submitted by: petef
Urged on by for 4.4R: sf
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 89a16bf3efa6..b26e81c0462c 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -843,7 +843,7 @@ BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake-4 USE_XLIB= yes .endif .if defined(USE_MESA) -LIB_DEPENDS+= GLU.1:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS+= glut.3:${PORTSDIR}/graphics/Mesa3 .endif XAWVER= 7 PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist' |