diff options
author | lioux <lioux@FreeBSD.org> | 2003-03-23 13:59:49 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-03-23 13:59:49 +0800 |
commit | 3e4552b68e601126c98f1b93c32d05316ada39e1 (patch) | |
tree | 07172c59b786781249ea8badab30605a3d758741 /mail | |
parent | 9bbcaf285946ffe3fd3f84b162f1ece5f339070e (diff) | |
download | freebsd-ports-gnome-3e4552b68e601126c98f1b93c32d05316ada39e1.tar.gz freebsd-ports-gnome-3e4552b68e601126c98f1b93c32d05316ada39e1.tar.zst freebsd-ports-gnome-3e4552b68e601126c98f1b93c32d05316ada39e1.zip |
Fix build: replace BUILD_DEPENDS with EXTRACT_DEPENDS where appropriate
Submitted by: bento
Diffstat (limited to 'mail')
-rw-r--r-- | mail/arrow/Makefile | 4 |
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 \ |