diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-12 05:38:56 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-12 05:38:56 +0800 |
commit | d6070452bcf6ce1d63d3da13a5bd0cf209968e33 (patch) | |
tree | 3cd0e7a5d09c7a216f3ca277de009866637b39d5 /security/seahorse | |
parent | 561ddf275f50ea88ffe5535e63062cf211500434 (diff) | |
download | marcuscom-ports-d6070452bcf6ce1d63d3da13a5bd0cf209968e33.tar marcuscom-ports-d6070452bcf6ce1d63d3da13a5bd0cf209968e33.tar.gz marcuscom-ports-d6070452bcf6ce1d63d3da13a5bd0cf209968e33.tar.bz2 marcuscom-ports-d6070452bcf6ce1d63d3da13a5bd0cf209968e33.tar.lz marcuscom-ports-d6070452bcf6ce1d63d3da13a5bd0cf209968e33.tar.xz marcuscom-ports-d6070452bcf6ce1d63d3da13a5bd0cf209968e33.tar.zst marcuscom-ports-d6070452bcf6ce1d63d3da13a5bd0cf209968e33.zip |
Chase the libsoup shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10411 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 0a0092f7f..ad328c15f 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.54 2008/01/29 21:28:21 mezz Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.55 2008/01/31 04:49:45 mezz Exp $ # PORTNAME= seahorse PORTVERSION= 2.21.91 +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.4.0:${PORTSDIR}/devel/libsoup +LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup .else CONFIGURE_ARGS+=--disable-hkp .endif |