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 | |
parent | ea392aab65202d98142bc7b8b1fc43b9920d4644 (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.
Notes
Notes:
svn path=/head/; revision=79133
Diffstat (limited to 'graphics')
-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 |