diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-28 08:33:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-28 08:33:40 +0000 |
commit | b22dd0905075358b327117308b345da7a944a665 (patch) | |
tree | 541fb3db82ac2d5bfadb2bbb0da6e31509795b59 /security/seahorse | |
parent | 7756c4ae4af8b8a5c430bc82a252954ffda2801f (diff) | |
download | ports-b22dd0905075358b327117308b345da7a944a665.tar.gz ports-b22dd0905075358b327117308b345da7a944a665.zip |
Notes
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index c03349cce467..24a0959a8c81 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -7,6 +7,7 @@ PORTNAME= seahorse PORTVERSION= 0.7.9 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.7 @@ -65,7 +66,7 @@ CONFIGURE_ARGS+=--disable-ldap .endif .if !defined(WITHOUT_HKP) -LIB_DEPENDS+= soup-2.2.7:${PORTSDIR}/devel/libsoup +LIB_DEPENDS+= soup-2.2.9:${PORTSDIR}/devel/libsoup .else CONFIGURE_ARGS+=--disable-hkp .endif |