summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-29 09:43:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-29 09:43:06 +0800
commit78a4db8e7e172cf86b9151a9cdceb9ab199c4157 (patch)
tree4a2058e0835c130d6fde489d4cb10151290a7b0e /security
parentba809a4ce1ee5d8c53fcec6f157ac92e9f6554d7 (diff)
downloadmarcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.gz
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.zst
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.zip
Switch libsoup dependency to libsoup22.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10258 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r--security/seahorse/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 3f5b7679f..b6297c817 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -3,11 +3,12 @@
# Whom: Dave McKay <dave@mu.org>
#
# $FreeBSD$
-# $MCom: ports/security/seahorse/Makefile,v 1.50 2008/01/13 21:32:33 mezz Exp $
+# $MCom: ports/security/seahorse/Makefile,v 1.51 2008/01/20 17:18:05 mezz Exp $
#
PORTNAME= seahorse
PORTVERSION= 2.21.4
+PORTREVISION= 1
CATEGORIES= security gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -78,7 +79,7 @@ CONFIGURE_ARGS+=--disable-ldap
.endif
.if !defined(WITHOUT_HKP)
-LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup22
.else
CONFIGURE_ARGS+=--disable-hkp
.endif