diff options
-rw-r--r-- | graphics/linux_mesa3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/linux_mesa3/Makefile b/graphics/linux_mesa3/Makefile index b025c2d315d5..ad39912556d9 100644 --- a/graphics/linux_mesa3/Makefile +++ b/graphics/linux_mesa3/Makefile @@ -8,6 +8,7 @@ PORTNAME= mesa PORTVERSION= 3.4.2 PORTREVISION= 6 +CATEGORIES= graphics linux MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/linux/redhat/redhat/updates/7.2/en/os/i386/ \ ftp://ftp.uni-kl.de/pub/linux/redhat/redhat/updates/7.2/en/os/i386/ \ ftp://ftp.icm.edu.pl/mirrors/ftp.redhat.com/pub/redhat/linux/updates/7.2/en/os/i386/ \ @@ -15,19 +16,18 @@ MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/linux/redhat/redhat/updates/7.2 ftp://sunsite.cnlab-switch.ch/mirror/redhat/linux/updates/7.2/en/os/i386/ \ ftp://ftp.dulug.duke.edu/pub/redhat/linux/updates/7.2/en/os/i386/ \ ftp://mirror.sit.wisc.edu/mirrors/linux/distributions/redhat/updates/7.2/en/os/i386/ -CATEGORIES= graphics linux MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= A graphics library similar to SGI's OpenGL, used from Linux programs -DEPRECATED= yes -EXPIRATION_DATE=2005-12-01 +DEPRECATED= Superceded by graphics/linux_dri +EXPIRATION_DATE=2005-10-01 USE_XLIB= yes BASEVERSION=7.2 ONLY_FOR_ARCHS= i386 PLIST= ${PKGDIR}/pkg-plist MD5_FILE= ${PKGDIR}/distinfo -RPM_SET= Mesa-3.4.2-10.i386.rpm +RPM_SET= Mesa-3.4.2-10.i386.rpm .include "../../x11-toolkits/linux-gtk/Makefile" |