diff options
author | pav <pav@FreeBSD.org> | 2005-01-24 23:36:14 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-24 23:36:14 +0000 |
commit | 8bbdc818dcc168174dd63095ff458c940f885421 (patch) | |
tree | cf42e977a5e6861ed30d1af6baa5cef280375bce /security/seahorse | |
parent | 0976d03d397a52dc7881a21e1fec96bdfba14699 (diff) | |
download | FreeBSD-ports-8bbdc818dcc168174dd63095ff458c940f885421.zip FreeBSD-ports-8bbdc818dcc168174dd63095ff458c940f885421.tar.gz |
- Move editors/gedit2 to editors/gedit
Diffstat (limited to 'security/seahorse')
-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 46d500c..e320a2a 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 " |