diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-17 19:38:43 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-17 19:38:43 +0800 |
commit | 33e97705811c93f9077de117feebfa30d7134b3a (patch) | |
tree | b24a50a08ff5eb6fa4394244ab869780c89c6429 /graphics | |
parent | b6d43a78e6af23b69747f97552775dd47ecb941e (diff) | |
download | freebsd-ports-gnome-33e97705811c93f9077de117feebfa30d7134b3a.tar.gz freebsd-ports-gnome-33e97705811c93f9077de117feebfa30d7134b3a.tar.zst freebsd-ports-gnome-33e97705811c93f9077de117feebfa30d7134b3a.zip |
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')
-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 |