diff options
Diffstat (limited to 'editors/mousepad')
-rw-r--r-- | editors/mousepad/Makefile | 3 | ||||
-rw-r--r-- | editors/mousepad/pkg-plist | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile index a910ea3c5494..8c6137ee5480 100644 --- a/editors/mousepad/Makefile +++ b/editors/mousepad/Makefile @@ -20,11 +20,10 @@ USE_XFCE= configenv OPTIONS_DEFINE= DBUS OPTIONS_DEFAULT= DBUS -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib CONFIGURE_ARGS+=--enable-dbus .else CONFIGURE_ARGS+=--disable-dbus diff --git a/editors/mousepad/pkg-plist b/editors/mousepad/pkg-plist index 8bffe5fc27df..3c97707dbf7a 100644 --- a/editors/mousepad/pkg-plist +++ b/editors/mousepad/pkg-plist @@ -26,5 +26,3 @@ share/locale/zh_CN/LC_MESSAGES/mousepad.mo share/locale/zh_TW/LC_MESSAGES/mousepad.mo @dirrmtry share/locale/ug/LC_MESSAGES @dirrmtry share/locale/ug -@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true |