summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-08-31 02:13:02 +0000
committerWill Andrews <will@FreeBSD.org>2001-08-31 02:13:02 +0000
commite245a57d50fcefb313249af1ee21cb7c0013b002 (patch)
tree34a41e88325da77e4131f1d6f52a510662fae53f /Mk
parentMake not fail when width or height = 0 (diff)
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
Notes
Notes: svn path=/head/; revision=47194
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 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'