diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-20 14:12:37 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-20 14:12:37 +0800 |
commit | 1e8d3ff2e5f408da891c988ea5ba6c76e382ea75 (patch) | |
tree | 12b33641fb808805432fd8a724bfc837ad677604 /x11 | |
parent | a44fc76a7b1b424be319302391f8ce3fc0f594eb (diff) | |
download | freebsd-ports-gnome-1e8d3ff2e5f408da891c988ea5ba6c76e382ea75.tar.gz freebsd-ports-gnome-1e8d3ff2e5f408da891c988ea5ba6c76e382ea75.tar.zst freebsd-ports-gnome-1e8d3ff2e5f408da891c988ea5ba6c76e382ea75.zip |
Make sure linux_base-8 is installed. Record conflicts with the
other linux_base ports, which contain their own XFree86 libraries.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/linux-XFree86-libs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/linux-XFree86-libs/Makefile b/x11/linux-XFree86-libs/Makefile index 0754ad1c1a09..dd1bb422b109 100644 --- a/x11/linux-XFree86-libs/Makefile +++ b/x11/linux-XFree86-libs/Makefile @@ -14,8 +14,10 @@ MASTER_SITE_SUBDIR= updates/9/en/os/i386 MAINTAINER= trevor@FreeBSD.org COMMENT= XFree86 libraries, Linux/i386 binary +CONFLICTS= linux_base-6* linux_base-7* linux_base-deb* linux_base-gentoo* BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio +RUN_DEPENDS=${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 BASEVERSION= 9 ONLY_FOR_ARCHS= i386 |