summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2000-02-17 13:39:39 +0000
committerkuriyama <kuriyama@FreeBSD.org>2000-02-17 13:39:39 +0000
commit94ef1ca678481237436a51c627b5b7e079db9053 (patch)
tree79049bde03ab9c385354981f5296f8e5d00731d1 /emulators
parent7a7cd436fe6e412097455b2c6327c964d0110eff (diff)
downloadFreeBSD-ports-94ef1ca678481237436a51c627b5b7e079db9053.zip
FreeBSD-ports-94ef1ca678481237436a51c627b5b7e079db9053.tar.gz
Use BUILD_DEPENDS on rpm, instead of RUN_DEPENDS.
Discussed with: marcel
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_base-6/Makefile2
-rw-r--r--emulators/linux_base-62/Makefile2
-rw-r--r--emulators/linux_base-8/Makefile2
-rw-r--r--emulators/linux_base-rh-9/Makefile2
-rw-r--r--emulators/linux_base-suse-9.1/Makefile2
-rw-r--r--emulators/linux_base-suse-9.2/Makefile2
-rw-r--r--emulators/linux_base-suse-9.3/Makefile2
-rw-r--r--emulators/linux_base/Makefile2
8 files changed, 8 insertions, 8 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile
index 62ce5f4..97f6c6b7 100644
--- a/emulators/linux_base-6/Makefile
+++ b/emulators/linux_base-6/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
diff --git a/emulators/linux_base-62/Makefile b/emulators/linux_base-62/Makefile
index 62ce5f4..97f6c6b7 100644
--- a/emulators/linux_base-62/Makefile
+++ b/emulators/linux_base-62/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
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile
index 62ce5f4..97f6c6b7 100644
--- a/emulators/linux_base-8/Makefile
+++ b/emulators/linux_base-8/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
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile
index 62ce5f4..97f6c6b7 100644
--- a/emulators/linux_base-rh-9/Makefile
+++ b/emulators/linux_base-rh-9/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
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile
index 62ce5f4..97f6c6b7 100644
--- a/emulators/linux_base-suse-9.1/Makefile
+++ b/emulators/linux_base-suse-9.1/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
diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile
index 62ce5f4..97f6c6b7 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
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile
index 62ce5f4..97f6c6b7 100644
--- a/emulators/linux_base-suse-9.3/Makefile
+++ b/emulators/linux_base-suse-9.3/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
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile
index 62ce5f4..97f6c6b7 100644
--- a/emulators/linux_base/Makefile
+++ b/emulators/linux_base/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
OpenPOWER on IntegriCloud