diff options
author | netchild <netchild@FreeBSD.org> | 2005-01-29 19:15:15 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-01-29 19:15:15 +0800 |
commit | 01f642ae134f4ee8b348519ccf1af46a36697f16 (patch) | |
tree | 430984d1bfa625a6a73c5ec067bb070bceeb731a /emulators/linux_base-8 | |
parent | 6c2be65dc558c2e049427d7ecc5eb5ddc8863a8f (diff) | |
download | freebsd-ports-gnome-01f642ae134f4ee8b348519ccf1af46a36697f16.tar.gz freebsd-ports-gnome-01f642ae134f4ee8b348519ccf1af46a36697f16.tar.zst freebsd-ports-gnome-01f642ae134f4ee8b348519ccf1af46a36697f16.zip |
Add rpm to build depends to fix the build on the cluster.
Suggested by: kris
Diffstat (limited to 'emulators/linux_base-8')
-rw-r--r-- | emulators/linux_base-8/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index f5b2db6a8f64..e106ac6cd699 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/Makefile @@ -55,6 +55,7 @@ MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Base set of packages needed in Linux mode (only for i386) EXTRACT_DEPENDS= rpm:${PORTSDIR}/archivers/rpm +BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm CONFLICTS= linux_base-6* linux_base-7* linux_base-deb* linux_base-gentoo* \ linux_base-rh* linux_base-suse* |