aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-01-01 12:03:47 +0800
committerobrien <obrien@FreeBSD.org>2004-01-01 12:03:47 +0800
commit13f00d6cd5a2a142e15b97c06a358fb548c2fe1d (patch)
tree57c1a4d7f2d6a65885368af78c9ece873ea34c3d /mail
parentcf4b204408e24118f90aa8d1a41aa8b7d3172c71 (diff)
downloadfreebsd-ports-gnome-13f00d6cd5a2a142e15b97c06a358fb548c2fe1d.tar.gz
freebsd-ports-gnome-13f00d6cd5a2a142e15b97c06a358fb548c2fe1d.tar.zst
freebsd-ports-gnome-13f00d6cd5a2a142e15b97c06a358fb548c2fe1d.zip
There is also a run-time dependancy on libvc.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt_vc_query/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt_vc_query/Makefile b/mail/mutt_vc_query/Makefile
index 14c619207d8c..de789abda85f 100644
--- a/mail/mutt_vc_query/Makefile
+++ b/mail/mutt_vc_query/Makefile
@@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= rolo
MAINTAINER= obraun@FreeBSD.org
COMMENT= A vCard query utility for mutt
-BUILD_DEPENDS= ${LOCALBASE}/lib/libvc.a:${PORTSDIR}/devel/libvc
+RUN_DEPENDS= ${LOCALBASE}/lib/libvc.so:${PORTSDIR}/devel/libvc
+BUILD_DEPENDS= ${RUN_DEPENDS}
USE_BZIP2= yes
GNU_CONFIGURE= yes