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 | |
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')
-rw-r--r-- | graphics/Makefile | 2 | ||||
-rw-r--r-- | graphics/linux_glide/Makefile | 2 | ||||
-rw-r--r-- | graphics/linux_mesa/Makefile | 4 | ||||
-rw-r--r-- | graphics/linux_mesa3/Makefile | 4 |
4 files changed, 7 insertions, 5 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index e839ba6d5cd5..60138e2e1f1f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -87,7 +87,9 @@ SUBDIR += libimg SUBDIR += libungif SUBDIR += libwmf + SUBDIR += linux_glide SUBDIR += linux_glx + SUBDIR += linux_mesa SUBDIR += mpeg-lib SUBDIR += mpeg2codec SUBDIR += mpeg2play diff --git a/graphics/linux_glide/Makefile b/graphics/linux_glide/Makefile index e50d77965dfb..e45ca4eb355f 100644 --- a/graphics/linux_glide/Makefile +++ b/graphics/linux_glide/Makefile @@ -9,7 +9,7 @@ DISTNAME= linux_glide_2_4 PKGNAME= linux_glide-2.4 -CATEGORIES= emulators graphics +CATEGORIES= graphics linux MASTER_SITES= ftp://ftp.3dfx.com/pub/glide/ MAINTAINER= cracauer@cons.org diff --git a/graphics/linux_mesa/Makefile b/graphics/linux_mesa/Makefile index 34cdcf1d4ee9..bf38d9cb5f02 100644 --- a/graphics/linux_mesa/Makefile +++ b/graphics/linux_mesa/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 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 |