diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-31 19:43:33 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-31 19:43:33 +0800 |
commit | a5abdcbd518626385332583097a384ac49e92f0e (patch) | |
tree | c51409bca9c99a5303b15b0c8c6adbf7dc8d1d23 /audio | |
parent | bef2589937e47a0001e2a11adc04f27cea6af76c (diff) | |
download | freebsd-ports-gnome-a5abdcbd518626385332583097a384ac49e92f0e.tar.gz freebsd-ports-gnome-a5abdcbd518626385332583097a384ac49e92f0e.tar.zst freebsd-ports-gnome-a5abdcbd518626385332583097a384ac49e92f0e.zip |
Add missing dependencies
Pointed out by: bento
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xfce4-mixer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index 9e683f16a600..5a86bb53f832 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -18,7 +18,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= XFce 4 volume mixer module for xfce4-panel BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui + xml2.5:${PORTSDIR}/textproc/libxml2 \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification USE_GNOME= gtk20 |