diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-01-01 04:03:47 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-01-01 04:03:47 +0000 |
commit | fb4f6fd5a8f17e41a5b3f3c718f1b8b9789e5749 (patch) | |
tree | 3e6f2c3d5351e9fb35dca6e7ac4a25cd16a94249 /mail | |
parent | Revert the previous commit. I had forgotten about the special pkg-message (diff) |
There is also a run-time dependancy on libvc.
Notes
Notes:
svn path=/head/; revision=97018
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt_vc_query/Makefile | 3 |
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 |