diff options
author | bsam <bsam@FreeBSD.org> | 2006-10-06 14:32:19 +0000 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-10-06 14:32:19 +0000 |
commit | 6f9819fa314bf39a8684fe2b06060c92473d58f5 (patch) | |
tree | 75818fd3ab6af29fc8d73828d885c20a68fc9301 /x11 | |
parent | c9abe63576ae20785946a4bc7a25f235da2c25dd (diff) | |
download | FreeBSD-ports-6f9819fa314bf39a8684fe2b06060c92473d58f5.zip FreeBSD-ports-6f9819fa314bf39a8684fe2b06060c92473d58f5.tar.gz |
- set MAINTAINER to ports@, so anyone interested may take care of the port;
- set DEPRECATED=superseeded by linux-xorg-libs port;
- set EXPITATION_DATE=2006-12-10.
Suggested by: netchild
Diffstat (limited to 'x11')
-rw-r--r-- | x11/linux-XFree86-libs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/linux-XFree86-libs/Makefile b/x11/linux-XFree86-libs/Makefile index cc477b0..6761eba 100644 --- a/x11/linux-XFree86-libs/Makefile +++ b/x11/linux-XFree86-libs/Makefile @@ -19,12 +19,15 @@ EXTRACT_SUFX= DIST_SUBDIR= rpm/i386/suse EXTRACT_ONLY= -MAINTAINER= freebsd-emulation@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= XFree86 libraries, Linux binary BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig +DEPRECATED= superseeded by linux-xorg-libs port +EXPITATION_DATE=2006-12-10 + CONFLICTS= linux_base-7* linux_base-deb* linux-xorg-libs* USE_LINUX_PREFIX=yes USE_LINUX= yes |