diff options
Diffstat (limited to 'editors/mousepad/Makefile')
-rw-r--r-- | editors/mousepad/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |