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 | |
parent | enable stage. (diff) |
- Support STAGEDIR
While I'm here
- Switch to USES= gmake
- Convert to new LIB_DEPENDS format
- Enhance COMMENT entry (misc/xfce4-wm-themes)
- Adjust Xfce dependencies, and bump PORTREVISION
(sysutils/xfce4-power-manager)
Notes
Notes:
svn path=/head/; revision=330424
Diffstat (limited to 'editors')
-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 |