aboutsummaryrefslogtreecommitdiff
path: root/mail/arrow
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-03-23 05:59:49 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-03-23 05:59:49 +0000
commit405dc438534a0e678cc1e1b4680992b344660696 (patch)
treee2634c864ab485b44fb1069da0579d0852505725 /mail/arrow
parent3e7a43f6a03314fda971327006c2b47548604818 (diff)
Fix build: replace BUILD_DEPENDS with EXTRACT_DEPENDS where appropriate
Submitted by: bento
Notes
Notes: svn path=/head/; revision=77203
Diffstat (limited to 'mail/arrow')
-rw-r--r--mail/arrow/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/arrow/Makefile b/mail/arrow/Makefile
index 418a278fae90..8436feb39276 100644
--- a/mail/arrow/Makefile
+++ b/mail/arrow/Makefile
@@ -14,8 +14,8 @@ DISTNAME= Arrow_source-${PORTVERSION}
MAINTAINER= lioux@FreeBSD.org
COMMENT= Mail Reader for X: view, compose and organize; e.g, PGP, GnuPG, POP & APOP
-BUILD_DEPENDS= ${NONEXISTENT}:${JXPORT}:configure \
- makemake:${JXPORT}
+EXTRACT_DEPENDS= ${NONEXISTENT}:${JXPORT}:configure
+BUILD_DEPENDS= makemake:${JXPORT}
LIB_DEPENDS= jx-1_5_3.1:${JXPORT} \
jsearch-0_5_6.0:${PORTSDIR}/x11-toolkits/libjsearch \
jtoolbar-0_5_4.0:${PORTSDIR}/x11-toolkits/libjtoolbar \