diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 7f24e7452..ac9bf56ce 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -71,6 +71,10 @@ LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup 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 |