summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2004-10-06 18:30:34 +0000
committersf <sf@FreeBSD.org>2004-10-06 18:30:34 +0000
commit95366410635ab5cbe57983b370a8314aed643860 (patch)
tree22459161e2823c3c784708fafa4c03b72caac940
parent017f0755f9774f6b5531623366bc58f5f85904d6 (diff)
downloadFreeBSD-ports-95366410635ab5cbe57983b370a8314aed643860.zip
FreeBSD-ports-95366410635ab5cbe57983b370a8314aed643860.tar.gz
unbreak on pointyhat: move rpm from EXTRACT_DEPENDS to BUILD_DEPENDS.
Since this port set EXTRACT_ONLY empty, EXTRACT_DEPENDS does not make sense. Approved by: portmgr (kris)
-rw-r--r--devel/linux_devtools-7/Makefile4
-rw-r--r--devel/linux_devtools/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/devel/linux_devtools-7/Makefile b/devel/linux_devtools-7/Makefile
index 081d7d3..8d0a788 100644
--- a/devel/linux_devtools-7/Makefile
+++ b/devel/linux_devtools-7/Makefile
@@ -23,9 +23,7 @@ PATCHFILES= ${UPDATES}
MAINTAINER= trevor@FreeBSD.org
COMMENT= Packages needed for doing development in Linux mode
-BROKEN= Missing dependency
-
-EXTRACT_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
+BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
ONLY_FOR_ARCHS= alpha i386
diff --git a/devel/linux_devtools/Makefile b/devel/linux_devtools/Makefile
index f042fe7..d3c062a 100644
--- a/devel/linux_devtools/Makefile
+++ b/devel/linux_devtools/Makefile
@@ -33,9 +33,7 @@ PATCHFILES= ${UPDATES}
MAINTAINER= trevor@FreeBSD.org
COMMENT= Packages needed for doing development in Linux mode
-BROKEN= Missing dependency
-
-EXTRACT_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
+BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
RUN_DEPENDS=${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8
RESTRICTED= "binaries under GNU GPL without accompanying source"
OpenPOWER on IntegriCloud