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 /audio/xfce4-mixer | |
parent | 3ea297899635674b5ecfefa97c8ff3d23a871285 (diff) | |
download | ports-5483a9d67873de1dc452bfef0191dc81f95b6fff.tar.gz ports-5483a9d67873de1dc452bfef0191dc81f95b6fff.zip |
Notes
Diffstat (limited to 'audio/xfce4-mixer')
-rw-r--r-- | audio/xfce4-mixer/Makefile | 9 | ||||
-rw-r--r-- | audio/xfce4-mixer/pkg-plist | 1 |
2 files changed, 4 insertions, 6 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index ec047054df84..7426f2722b78 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -12,13 +12,12 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Volume control for the Xfce desktop -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - unique-1:${PORTSDIR}/x11-toolkits/unique +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique GNU_CONFIGURE= yes INSTALLS_ICONS= yes USES= gmake pkgconfig gettext pathfix -NO_STAGE= yes USE_BZIP2= yes USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel xfconf @@ -30,12 +29,10 @@ OPTIONS_DEFINE= KEYBIND KEYBIND_DESC= Multimedia keyboard shortcuts -MAN1= xfce4-mixer.1 - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MKEYBIND} -LIB_DEPENDS+= keybinder:${PORTSDIR}/x11/keybinder +LIB_DEPENDS+= libkeybinder.so:${PORTSDIR}/x11/keybinder CONFIGURE_ARGS+=--enable-keybinder .else CONFIGURE_ARGS+=--disable-keybinder diff --git a/audio/xfce4-mixer/pkg-plist b/audio/xfce4-mixer/pkg-plist index 553ee7c56096..903c42a80a3a 100644 --- a/audio/xfce4-mixer/pkg-plist +++ b/audio/xfce4-mixer/pkg-plist @@ -1,6 +1,7 @@ bin/xfce4-mixer lib/xfce4/panel/plugins/libmixer.la lib/xfce4/panel/plugins/libmixer.so +man/man1/xfce4-mixer.1.gz share/applications/xfce4-mixer.desktop share/locale/am/LC_MESSAGES/xfce4-mixer.mo share/locale/ar/LC_MESSAGES/xfce4-mixer.mo |