aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-11-05 14:13:18 +0800
committermarcus <marcus@FreeBSD.org>2005-11-05 14:13:18 +0800
commitb4f51ba2d1119874ae85b56a0d518fd6c0adb296 (patch)
tree317ece536ddf002f98879b76641f3210795d7560
parentb1ef48decb9ac33b0bc421d7359df5f35c70b15d (diff)
downloadfreebsd-ports-gnome-b4f51ba2d1119874ae85b56a0d518fd6c0adb296.tar.gz
freebsd-ports-gnome-b4f51ba2d1119874ae85b56a0d518fd6c0adb296.tar.zst
freebsd-ports-gnome-b4f51ba2d1119874ae85b56a0d518fd6c0adb296.zip
Chase glib20 and libsoup shared library version.
-rw-r--r--security/seahorse/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 0ed306e194df..03e2056751f6 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