diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-10-15 18:36:02 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-10-15 18:36:02 +0000 |
commit | 5483a9d67873de1dc452bfef0191dc81f95b6fff (patch) | |
tree | 86377d0e922207e753983679587f0d16a831ac7d /editors/mousepad | |
parent | 3ea297899635674b5ecfefa97c8ff3d23a871285 (diff) | |
download | ports-5483a9d67873de1dc452bfef0191dc81f95b6fff.tar.gz ports-5483a9d67873de1dc452bfef0191dc81f95b6fff.zip |
Notes
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 |