diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-09-11 18:31:11 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-09-11 18:31:11 +0000 |
commit | a3e72c53af69dd6ea605d1f6fd2aaaebda1cfc76 (patch) | |
tree | 73c3181e9faa6803ff8fdbbe789e0e416c5b0f60 | |
parent | 950f8f040d0a07546f3ee2d214fd070779814e55 (diff) | |
download | freebsd-ports-a3e72c53af69dd6ea605d1f6fd2aaaebda1cfc76.zip |
Switch dependency from emulators/linux_base to emulators/linux_base-fc4
because the former is going to be removed.
-rw-r--r-- | sysutils/be_agent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/be_agent/Makefile b/sysutils/be_agent/Makefile index 221596ca6019..d049b3a9337b 100644 --- a/sysutils/be_agent/Makefile +++ b/sysutils/be_agent/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tar MAINTAINER= numbski@hksilver.net COMMENT= VERITAS Backup Exec (tm) UNIX Agent -RUN_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base-fc4 NO_BUILD= yes ONLY_FOR_ARCHS= i386 |