diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-23 00:51:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-23 00:51:08 +0000 |
commit | 7183fee08de2491241b0aba530920522965123c3 (patch) | |
tree | 9d024c165cf78c8516d5172f4cd9d36e7989d583 | |
parent | 870b9d2e87f62ba695ddcc55bd5ea23d9de74cc4 (diff) |
Notes
-rw-r--r-- | emulators/Makefile | 2 | ||||
-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 |
5 files changed, 7 insertions, 7 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 6f978bcbe519..100fa926d7cb 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -16,8 +16,6 @@ SUBDIR += ines SUBDIR += ksnes9x SUBDIR += linux_base - SUBDIR += linux_glide - SUBDIR += linux_mesa SUBDIR += kmamerun SUBDIR += macutils SUBDIR += mastergear 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 |