diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2000-02-17 13:39:39 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2000-02-17 13:39:39 +0000 |
commit | 94ef1ca678481237436a51c627b5b7e079db9053 (patch) | |
tree | 79049bde03ab9c385354981f5296f8e5d00731d1 /emulators/linux_base-62 | |
parent | 7a7cd436fe6e412097455b2c6327c964d0110eff (diff) | |
download | FreeBSD-ports-94ef1ca678481237436a51c627b5b7e079db9053.zip FreeBSD-ports-94ef1ca678481237436a51c627b5b7e079db9053.tar.gz |
Use BUILD_DEPENDS on rpm, instead of RUN_DEPENDS.
Discussed with: marcel
Diffstat (limited to 'emulators/linux_base-62')
-rw-r--r-- | emulators/linux_base-62/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |