diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-24 23:36:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-24 23:36:14 +0000 |
commit | ab228e5b7d711252695a6950bb6bec15feb848f1 (patch) | |
tree | 53c16a8b7f2c1c1380fabea2cf84ceaff41c43c2 /security/seahorse/Makefile | |
parent | a87239a180907bc753f7da1f4b594b969f3324ea (diff) |
Notes
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 " |