diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-17 11:38:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-17 11:38:43 +0000 |
commit | 96908f5b9c4be20013c7bedc728319227a5cd22e (patch) | |
tree | 62fae3d84ff0d991e66a18fe23f9376766e5841f /graphics/linux_mesa3 | |
parent | Added Japanese localized version of OpenOffice.org 644m7 port. (diff) |
It seemed that devel/linux_devtools was repocopied to linux_develtools-6
and linux_devtools-7, but that the original directory never was
removed. Finished this action and updated dependencies.
Diffstat (limited to 'graphics/linux_mesa3')
-rw-r--r-- | graphics/linux_mesa3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/linux_mesa3/Makefile b/graphics/linux_mesa3/Makefile index a2a39adfaa0b..8073e1f10ef2 100644 --- a/graphics/linux_mesa3/Makefile +++ b/graphics/linux_mesa3/Makefile @@ -20,7 +20,7 @@ MAINTAINER= mastake@msel.t.u-tokyo.ac.jp COMMENT= A graphics library similar to SGI's OpenGL, used from Linux programs BUILD_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base \ - ${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools + ${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools-6 USE_BZIP2= yes ONLY_FOR_ARCHS= i386 |