summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-05-11 05:44:00 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-05-11 05:44:00 +0000
commitae2ab272cfbc4d8bb8ba6460d7077625a939e6b8 (patch)
tree0bc798a54368a7b869328dd3599d7eea1e05ce47
parentAdd a missing BUILD_DEPENDS. (diff)
Fix libGLU dependency.
PR: ports/66504 Submitted by: Coleman Kane <cokane@cokane.org>
Notes
Notes: svn path=/head/; revision=108888
-rw-r--r--x11/xlibs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xlibs/Makefile b/x11/xlibs/Makefile
index 60cf7b2f8f54..e113d7895b85 100644
--- a/x11/xlibs/Makefile
+++ b/x11/xlibs/Makefile
@@ -42,7 +42,7 @@ LIB_DEPENDS= Xp.6:${PORTSDIR}/x11/libXp \
xkbfile.1:${PORTSDIR}/x11/libxkbfile \
Xxf86vm.1:${PORTSDIR}/x11/libXxf86 \
GL.1:${PORTSDIR}/x11/libGL \
- GLU.1:${PORTSDIR}/x11/libGLU
+ GLU.1:${PORTSDIR}/graphics/libGLU
BUILD_DEPENDS= ${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}