aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2007-12-08 23:44:26 +0000
committerDoug Barton <dougb@FreeBSD.org>2007-12-08 23:44:26 +0000
commite4b22bab3ca324a400af9ec5f344ac69331ab8d1 (patch)
tree494983d428bbe66497a2d7c55b2114171c5d6acf
parent3e1df12f13fa99310b0c528a81ee53e221dd8bc7 (diff)
downloadports-e4b22bab3ca324a400af9ec5f344ac69331ab8d1.tar.gz
ports-e4b22bab3ca324a400af9ec5f344ac69331ab8d1.zip
The gnupg* dependency is needed in BUILD_DEPENDS too.
Not firing on all cylinders: dougb Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=202925
-rw-r--r--mail/pine-pgp-filters/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/pine-pgp-filters/Makefile b/mail/pine-pgp-filters/Makefile
index 761c2f2f2b23..6ca4542ae4a1 100644
--- a/mail/pine-pgp-filters/Makefile
+++ b/mail/pine-pgp-filters/Makefile
@@ -24,8 +24,10 @@ RUN_DEPENDS= pine:${PORTSDIR}/mail/pine4
# We want to be version-agnostic here, but also record the right dependency
# if the user installs the package and already has one or the other installed.
.if exists(${LOCALBASE}/bin/gpg2)
+BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
RUN_DEPENDS+= gpg2:${PORTSDIR}/security/gnupg
.else
+BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg1
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg1
.endif