diff options
author | asami <asami@FreeBSD.org> | 2000-02-23 08:51:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-02-23 08:51:08 +0800 |
commit | 595cfef754896878c098621148ded89024c58759 (patch) | |
tree | aad109d613b96d41ec39d32d77863bb3134cce34 /graphics/linux_mesa3 | |
parent | 9b5916d93ffb18639353540d7e134f630f95ff53 (diff) | |
download | freebsd-ports-gnome-595cfef754896878c098621148ded89024c58759.tar.gz freebsd-ports-gnome-595cfef754896878c098621148ded89024c58759.tar.zst freebsd-ports-gnome-595cfef754896878c098621148ded89024c58759.zip |
Move linux_mesa and linux_glide from emulators to graphics.
Approved by: maintainer
Diffstat (limited to 'graphics/linux_mesa3')
-rw-r--r-- | graphics/linux_mesa3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/linux_mesa3/Makefile b/graphics/linux_mesa3/Makefile index 34cdcf1d4ee9..bf38d9cb5f02 100644 --- a/graphics/linux_mesa3/Makefile +++ b/graphics/linux_mesa3/Makefile @@ -8,12 +8,12 @@ DISTNAME= MesaLib-2.6 PKGNAME= linux_mesa-2.6 -CATEGORIES= emulators +CATEGORIES= graphics linux 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 \ +BUILD_DEPENDS= /compat/linux/usr/lib/libglide2x.so:${PORTSDIR}/graphics/linux_glide \ /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools BROKEN= linux crosscompilation needs to be fixed first |