diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-08 21:26:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-08 21:26:44 +0800 |
commit | f6fcef835b7513430b8b35892088a9fafa895877 (patch) | |
tree | b8e4dd1b765c1f574020ed9578a765b53b2bf13f /security | |
parent | 3333d5eef6c9f0ed0ed697540068d6d6e46bbd6b (diff) | |
download | marcuscom-ports-f6fcef835b7513430b8b35892088a9fafa895877.tar marcuscom-ports-f6fcef835b7513430b8b35892088a9fafa895877.tar.gz marcuscom-ports-f6fcef835b7513430b8b35892088a9fafa895877.tar.bz2 marcuscom-ports-f6fcef835b7513430b8b35892088a9fafa895877.tar.lz marcuscom-ports-f6fcef835b7513430b8b35892088a9fafa895877.tar.xz marcuscom-ports-f6fcef835b7513430b8b35892088a9fafa895877.tar.zst marcuscom-ports-f6fcef835b7513430b8b35892088a9fafa895877.zip |
Chase the gedit version.
Reported by: Sergey Akifyev <asa@agava.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4781 df743ca5-7f9a-e211-a948-0013205c9059
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 |