diff options
author | oliver <oliver@FreeBSD.org> | 2005-01-28 01:49:43 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-01-28 01:49:43 +0800 |
commit | 2fd5263eccd1753c8a9c40d47380ccefa2967904 (patch) | |
tree | e8db39a900308763be87ffea6f1606e40a8354d8 /audio | |
parent | 66fa164726f1998d18280b490a0e4fecb96e1887 (diff) | |
download | freebsd-ports-gnome-2fd5263eccd1753c8a9c40d47380ccefa2967904.tar.gz freebsd-ports-gnome-2fd5263eccd1753c8a9c40d47380ccefa2967904.tar.zst freebsd-ports-gnome-2fd5263eccd1753c8a9c40d47380ccefa2967904.zip |
add some dependencies
Noted by: pointyhat
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xfce4-mixer/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index dd076445d989..892f2c4ee159 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -17,12 +17,15 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 volume mixer module for xfce4-panel -BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \ + xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ xml2.5:${PORTSDIR}/textproc/libxml2 \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification -RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel + startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ + xfce4mcs-client.2:${PORTSDIR}/x11/libxfce4mcs +RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \ + xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GETTEXT= yes USE_GNOME= gtk20 |