diff options
Diffstat (limited to 'security/seahorse/Makefile')
-rw-r--r-- | security/seahorse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 46d500ca4023..e320a2aaa9ff 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -37,8 +37,8 @@ OPTIONS= GEDIT "Enable the gedit plug-in" on .include <bsd.port.pre.mk> .if defined(WITH_GEDIT) -BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit2 -RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit2 +BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit +RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit PLIST_SUB+= GEDIT="" .else PLIST_SUB+= GEDIT="@comment " |