diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-03-02 16:51:57 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-03-02 16:51:57 +0000 |
commit | 395f5a4663fa4199738c47657facbf79c5835dbd (patch) | |
tree | b041405e6daaf431accdd59687256a169537b115 /x11-wm/xfce4-panel/Makefile | |
parent | 38dccd590b9f56ec8c234bf9b013edd5ffb86d7c (diff) | |
download | ports-395f5a4663fa4199738c47657facbf79c5835dbd.tar.gz ports-395f5a4663fa4199738c47657facbf79c5835dbd.zip |
Notes
Diffstat (limited to 'x11-wm/xfce4-panel/Makefile')
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index ef4bfeb4c8d9..6a23c615022e 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xfce4-panel -PORTVERSION= 4.4.3 -PORTREVISION= 0 +PORTVERSION= 4.6.0 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -15,6 +14,8 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 panel module +LIB_DEPENDS= wnck-1.22:${PORTSDIR}/x11-toolkits/libwnck + CONFLICTS= xfce4-systray-* GNU_CONFIGURE= yes INSTALLS_ICONS= yes @@ -23,7 +24,7 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehack gnometarget gtk20 intltool intlhack pkgconfig USE_LDCONFIG= yes -USE_XFCE= configenv libgui libmcs libutil mcsmanager +USE_XFCE= configenv libexo libgui libutil OPTIONS= GTKDOC "install the library documentation" off \ STARTUP "Enable startup notification support" on |