diff options
author | sf <sf@FreeBSD.org> | 2004-10-07 02:30:34 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2004-10-07 02:30:34 +0800 |
commit | 95366410635ab5cbe57983b370a8314aed643860 (patch) | |
tree | 22459161e2823c3c784708fafa4c03b72caac940 /devel/linux_devtools-7 | |
parent | 017f0755f9774f6b5531623366bc58f5f85904d6 (diff) | |
download | freebsd-ports-gnome-95366410635ab5cbe57983b370a8314aed643860.tar.gz freebsd-ports-gnome-95366410635ab5cbe57983b370a8314aed643860.tar.zst freebsd-ports-gnome-95366410635ab5cbe57983b370a8314aed643860.zip |
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)
Diffstat (limited to 'devel/linux_devtools-7')
-rw-r--r-- | devel/linux_devtools-7/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/linux_devtools-7/Makefile b/devel/linux_devtools-7/Makefile index 081d7d31ea4d..8d0a7880dcbd 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 |