mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
There is also a run-time dependancy on libvc.
This commit is contained in:
parent
3a1fb90a20
commit
fb4f6fd5a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97018
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= rolo
|
||||||
MAINTAINER= obraun@FreeBSD.org
|
MAINTAINER= obraun@FreeBSD.org
|
||||||
COMMENT= A vCard query utility for mutt
|
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
|
USE_BZIP2= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue