diff options
author | oliver <oliver@FreeBSD.org> | 2005-01-27 00:57:40 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-01-27 00:57:40 +0800 |
commit | be29b4018247afd99a5911e06ce77414b4ad43ab (patch) | |
tree | 6cbb02acddd84c25266e8d495da255a5cb16b625 /x11/xfce4-clipman-plugin | |
parent | 02bae5b712041a1a0e6d1b963bfebaa2a4db87c7 (diff) | |
download | freebsd-ports-gnome-be29b4018247afd99a5911e06ce77414b4ad43ab.tar.gz freebsd-ports-gnome-be29b4018247afd99a5911e06ce77414b4ad43ab.tar.zst freebsd-ports-gnome-be29b4018247afd99a5911e06ce77414b4ad43ab.zip |
- bring xfce4 to 4.2
- remove x11-fm/xfce4-fm-icons misc/xfce4-panel-themes (obsoleted by that update)
- take maintainership of x11-wm/xfce4-session [1]
- bump PORTREVISION of all plugins because they need to be linked against the new xfce4 libs
Approved by: maintainer [1]
Diffstat (limited to 'x11/xfce4-clipman-plugin')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index e438061d9a93..c0a5aaf92334 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-clipman-plugin PORTVERSION= 0.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 xfce MASTER_SITES= http://download.berlios.de/xfce-goodies/ \ http://matt.nerim.net/xfce-goodies/ \ @@ -19,7 +19,7 @@ COMMENT= XFce 4 clipboard module for xfce4-panel BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel 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 |