diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-02-17 13:39:39 +0000 |
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-02-17 13:39:39 +0000 |
| commit | 31b5fc4a18b7d9cb6dd57aff1ec18b98f55478d6 (patch) | |
| tree | 3682415b1659dbcf2d0f78d7525d0e889acc0125 /emulators/linux_base-suse-9.2 | |
| parent | 769764e0659b96928fdaf978e55065b9dc3b03a5 (diff) | |
Use BUILD_DEPENDS on rpm, instead of RUN_DEPENDS.
Discussed with: marcel
Diffstat (limited to 'emulators/linux_base-suse-9.2')
| -rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index 62ce5f417395..97f6c6b70560 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/Makefile @@ -18,7 +18,7 @@ PATCHFILES= ${UPDATES} MAINTAINER= marcel@FreeBSD.org -RUN_DEPENDS= rpm:${PORTSDIR}/misc/rpm +BUILD_DEPENDS= rpm:${PORTSDIR}/misc/rpm ONLY_FOR_ARCHS= alpha i386 DIST_SUBDIR= rpm |
