diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-01-22 16:45:10 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-01-22 16:45:10 +0000 |
commit | 307bdced85efa099cb28882bf2904d68809a7547 (patch) | |
tree | a8d9f0fef2ab3a02971ab0000c95884bb3b29557 /multimedia/xfce4-xmms-controller-plugin | |
parent | 7f941ef93ab911655cb1a2e6b7c89f115be1318c (diff) |
Notes
Diffstat (limited to 'multimedia/xfce4-xmms-controller-plugin')
-rw-r--r-- | multimedia/xfce4-xmms-controller-plugin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/xfce4-xmms-controller-plugin/Makefile b/multimedia/xfce4-xmms-controller-plugin/Makefile index 98e594372878..8c246d2ee1a3 100644 --- a/multimedia/xfce4-xmms-controller-plugin/Makefile +++ b/multimedia/xfce4-xmms-controller-plugin/Makefile @@ -16,11 +16,10 @@ MAINTAINER= robin.schoonover@gmail.com COMMENT= XMMS controller plugin for the xfce4 panel BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel -LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ - xmms.4:${PORTSDIR}/multimedia/xmms -RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +RUN_DEPENDS= ${BUILD_DEPENDS} +LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms +IGNORE= Does not support xfce 4.4 USE_GNOME= gtk20 INSTALLS_SHLIB= yes |