diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-26 16:57:40 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-26 16:57:40 +0000 |
commit | 0a0ec68fe8bf8afc0e5b7ca82fbc64baa8b200cf (patch) | |
tree | e17d1cc4d0c6d562cc7b6f5e056a6fd66aac0ea2 /multimedia/xfce4-xmms-plugin | |
parent | 5fa2366f1656a22a71066da08656bfdd31dd1a44 (diff) | |
download | ports-0a0ec68fe8bf8afc0e5b7ca82fbc64baa8b200cf.tar.gz ports-0a0ec68fe8bf8afc0e5b7ca82fbc64baa8b200cf.zip |
Notes
Diffstat (limited to 'multimedia/xfce4-xmms-plugin')
-rw-r--r-- | multimedia/xfce4-xmms-plugin/Makefile | 6 | ||||
-rw-r--r-- | multimedia/xfce4-xmms-plugin/pkg-plist | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/multimedia/xfce4-xmms-plugin/Makefile b/multimedia/xfce4-xmms-plugin/Makefile index 23c2cf37fc32..4c1480a08de8 100644 --- a/multimedia/xfce4-xmms-plugin/Makefile +++ b/multimedia/xfce4-xmms-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-xmms-plugin PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio xfce MASTER_SITES= http://download.berlios.de/xfce-goodies/ @@ -17,7 +17,7 @@ COMMENT= XFce 4 xmms control plugin for xfce4-panel BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \ xmms-config:${PORTSDIR}/multimedia/xmms LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ + 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 \ @@ -26,7 +26,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \ USE_BZIP2= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER= 15 +USE_LIBTOOL_VER=15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ CPPFLAGS=-I${LOCALBASE}/include \ diff --git a/multimedia/xfce4-xmms-plugin/pkg-plist b/multimedia/xfce4-xmms-plugin/pkg-plist index 27fec1f5ea18..038799e69564 100644 --- a/multimedia/xfce4-xmms-plugin/pkg-plist +++ b/multimedia/xfce4-xmms-plugin/pkg-plist @@ -1,10 +1,9 @@ -lib/xfce4/panel-plugins/libxmms_plugin.a -lib/xfce4/panel-plugins/libxmms_plugin.la lib/xfce4/panel-plugins/libxmms_plugin.so share/xfce4/xmms-plugin/xmms-plugin-prev.png share/xfce4/xmms-plugin/xmms-plugin-play.png share/xfce4/xmms-plugin/xmms-plugin-pause.png share/xfce4/xmms-plugin/xmms-plugin-stop.png share/xfce4/xmms-plugin/xmms-plugin-next.png -@unexec rmdir %D/share/xfce4/xmms-plugin 2>/dev/null || true +@dirrm share/xfce4/xmms-plugin +@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true @unexec rmdir %D/lib/xfce4 2>/dev/null || true |