diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-05 06:13:18 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-05 06:13:18 +0000 |
commit | b4f51ba2d1119874ae85b56a0d518fd6c0adb296 (patch) | |
tree | 317ece536ddf002f98879b76641f3210795d7560 /security | |
parent | b1ef48decb9ac33b0bc421d7359df5f35c70b15d (diff) | |
download | FreeBSD-ports-b4f51ba2d1119874ae85b56a0d518fd6c0adb296.zip FreeBSD-ports-b4f51ba2d1119874ae85b56a0d518fd6c0adb296.tar.gz |
Chase glib20 and libsoup shared library version.
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 0ed306e1..03e2056 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,10 +3,12 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ +# $MCom: ports/security/seahorse/Makefile,v 1.8 2005/10/14 20:39:58 adamw Exp $ # PORTNAME= seahorse PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.8 @@ -65,11 +67,15 @@ CONFIGURE_ARGS+=--disable-ldap .endif .if !defined(WITHOUT_HKP) -LIB_DEPENDS+= soup-2.2.9:${PORTSDIR}/devel/libsoup +LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup .else CONFIGURE_ARGS+=--disable-hkp .endif +post-patch: + @${REINPLACE_CMD} -e 's|gedit-2.10|gedit-2.12|g' \ + ${WRKSRC}/configure + post-install: -@update-desktop-database |