From 94ef1ca678481237436a51c627b5b7e079db9053 Mon Sep 17 00:00:00 2001 From: kuriyama Date: Thu, 17 Feb 2000 13:39:39 +0000 Subject: Use BUILD_DEPENDS on rpm, instead of RUN_DEPENDS. Discussed with: marcel --- emulators/linux_base/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/linux_base') diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index 62ce5f417395..97f6c6b70560 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 -- cgit