diff options
author | trevor <trevor@FreeBSD.org> | 2004-12-26 03:17:19 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-12-26 03:17:19 +0800 |
commit | bdc664a394ed73fd4b88625ba0e7f54c74cc844d (patch) | |
tree | 743ceb4e7e1b6e334097a3101448c6ebca3bc97e /x11 | |
parent | 45658fba4332ae12404074cacdac75787b423fdb (diff) | |
download | freebsd-ports-gnome-bdc664a394ed73fd4b88625ba0e7f54c74cc844d.tar.gz freebsd-ports-gnome-bdc664a394ed73fd4b88625ba0e7f54c74cc844d.tar.zst freebsd-ports-gnome-bdc664a394ed73fd4b88625ba0e7f54c74cc844d.zip |
Back out my previous commit because it keeps this from packaging
(requested by netchild and kris).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/linux-XFree86-libs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/linux-XFree86-libs/Makefile b/x11/linux-XFree86-libs/Makefile index d9e7786fb6ff..d652c6c54f83 100644 --- a/x11/linux-XFree86-libs/Makefile +++ b/x11/linux-XFree86-libs/Makefile @@ -22,6 +22,7 @@ MAINTAINER= trevor@FreeBSD.org COMMENT= XFree86 libraries, Linux/i386 binary BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm +RUN_DEPENDS=${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 CONFLICTS= linux_base-6* linux_base-7* linux_base-deb* linux_base-gentoo* MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} |