diff options
author | marcel <marcel@FreeBSD.org> | 1999-07-21 15:08:08 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-07-21 15:08:08 +0000 |
commit | 18acc9d6f09de83b251593169e5ead726036155b (patch) | |
tree | 7654e0e214b8cce2a4a97f782ded007954ba0d0f /graphics | |
parent | 006748d7075d8aa18b6e21eed8ba3d16a9993088 (diff) | |
download | FreeBSD-ports-18acc9d6f09de83b251593169e5ead726036155b.zip FreeBSD-ports-18acc9d6f09de83b251593169e5ead726036155b.tar.gz |
Make port depend on linux_devtools instead of linux_devel.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/linux_mesa/Makefile | 4 | ||||
-rw-r--r-- | graphics/linux_mesa3/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/linux_mesa/Makefile b/graphics/linux_mesa/Makefile index 93dbc6e..0c94069 100644 --- a/graphics/linux_mesa/Makefile +++ b/graphics/linux_mesa/Makefile @@ -3,7 +3,7 @@ # Date created: Oct, 8 1998 # Whom: cracauer # -# $Id: Makefile,v 1.3 1998/11/05 11:39:51 cracauer Exp $ +# $Id: Makefile,v 1.4 1999/01/06 04:27:56 simokawa Exp $ # DISTNAME= MesaLib-2.6 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/old-versions/ MAINTAINER= cracauer@cons.org BUILD_DEPENDS= /compat/linux/usr/lib/libglide2x.so:${PORTSDIR}/emulators/linux_glide \ - /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devel + /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools ONLY_FOR_ARCHS= i386 diff --git a/graphics/linux_mesa3/Makefile b/graphics/linux_mesa3/Makefile index 93dbc6e..0c94069 100644 --- a/graphics/linux_mesa3/Makefile +++ b/graphics/linux_mesa3/Makefile @@ -3,7 +3,7 @@ # Date created: Oct, 8 1998 # Whom: cracauer # -# $Id: Makefile,v 1.3 1998/11/05 11:39:51 cracauer Exp $ +# $Id: Makefile,v 1.4 1999/01/06 04:27:56 simokawa Exp $ # DISTNAME= MesaLib-2.6 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/old-versions/ MAINTAINER= cracauer@cons.org BUILD_DEPENDS= /compat/linux/usr/lib/libglide2x.so:${PORTSDIR}/emulators/linux_glide \ - /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devel + /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools ONLY_FOR_ARCHS= i386 |