mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Chase the libgcrypt shared lib version
- Add explicit dependency so it doesn't get missed in the future
This commit is contained in:
parent
afdcd94b3e
commit
0ef9e274ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277059
2 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# $MCom: ports/devel/libsoup-gnome/Makefile,v 1.1 2010/06/05 21:11:10 kwm Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel gnome
|
||||
PKGNAMESUFFIX= -gnome
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= libsoup
|
||||
PORTVERSION= 2.32.2
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -33,6 +33,8 @@ PLIST_SUB= VERSION="2.4"
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt
|
||||
|
||||
.if defined(SOUP_SLAVE)
|
||||
LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup \
|
||||
proxy.0:${PORTSDIR}/net/libproxy \
|
||||
|
|
Loading…
Add table
Reference in a new issue