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 /sysutils/xfce4-mcs-plugins | |
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 'sysutils/xfce4-mcs-plugins')
-rw-r--r-- | sysutils/xfce4-mcs-plugins/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/xfce4-mcs-plugins/Makefile b/sysutils/xfce4-mcs-plugins/Makefile index 2dcfcf8c8a34..b367a77c26d3 100644 --- a/sysutils/xfce4-mcs-plugins/Makefile +++ b/sysutils/xfce4-mcs-plugins/Makefile @@ -19,6 +19,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= XFce 4 settings manager plugins BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui USE_GNOME= gtk20 USE_X_PREFIX= yes |