aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2003-08-16 15:03:34 +0800
committeroliver <oliver@FreeBSD.org>2003-08-16 15:03:34 +0800
commit577f41458cb22f83e8754b0ca08ea9294aa2f5c7 (patch)
tree6bccdd747210868e6d4f51a7c90d22d946f5ec9c /x11-wm
parent5f716ab940ceed538093bcc6d81f982ed3a1df28 (diff)
downloadfreebsd-ports-gnome-577f41458cb22f83e8754b0ca08ea9294aa2f5c7.tar.gz
freebsd-ports-gnome-577f41458cb22f83e8754b0ca08ea9294aa2f5c7.tar.zst
freebsd-ports-gnome-577f41458cb22f83e8754b0ca08ea9294aa2f5c7.zip
Start using the new xfce sub-category
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/xfce/Makefile2
-rw-r--r--x11-wm/xfce4-desktop/Makefile2
-rw-r--r--x11-wm/xfce4-panel/Makefile2
-rw-r--r--x11-wm/xfce4-systray/Makefile2
-rw-r--r--x11-wm/xfce4-wm/Makefile6
-rw-r--r--x11-wm/xfce4/Makefile2
6 files changed, 9 insertions, 7 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile
index eae8cad4eb56..24e11bc27f66 100644
--- a/x11-wm/xfce/Makefile
+++ b/x11-wm/xfce/Makefile
@@ -8,7 +8,7 @@
PORTNAME= xfce
PORTVERSION= 3.8.18
PORTREVISION= 2
-CATEGORIES= x11-wm
+CATEGORIES= x11-wm xfce
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.xfce.org/archive/
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile
index 9af5ca8bee30..a49b02ab4cd2 100644
--- a/x11-wm/xfce4-desktop/Makefile
+++ b/x11-wm/xfce4-desktop/Makefile
@@ -8,7 +8,7 @@
PORTNAME= xfce4-desktop
PORTVERSION= 3.99.2
PORTREVISION= 1
-CATEGORIES= x11-wm
+CATEGORIES= x11-wm xfce
MASTER_SITES= http://www.xfce.org/archive/xfce4-rc2/src/ \
ftp://ftp.unix-ag.org/user/bmeurer/xfce4/rc2/separate/ \
http://usuarios.lycos.es/xfce4/tarballs/rc2/separate/ \
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile
index 8639cec188f4..e64af3cb2b19 100644
--- a/x11-wm/xfce4-panel/Makefile
+++ b/x11-wm/xfce4-panel/Makefile
@@ -8,7 +8,7 @@
PORTNAME= xfce4-panel
PORTVERSION= 3.99.2
PORTREVISION= 1
-CATEGORIES= x11-wm
+CATEGORIES= x11-wm xfce
MASTER_SITES= http://www.xfce.org/archive/xfce4-rc2/src/ \
ftp://ftp.unix-ag.org/user/bmeurer/xfce4/rc2/separate/ \
http://usuarios.lycos.es/xfce4/tarballs/rc2/separate/ \
diff --git a/x11-wm/xfce4-systray/Makefile b/x11-wm/xfce4-systray/Makefile
index b9565b7add83..9b5439ccf4a7 100644
--- a/x11-wm/xfce4-systray/Makefile
+++ b/x11-wm/xfce4-systray/Makefile
@@ -8,7 +8,7 @@
PORTNAME= xfce4-systray
PORTVERSION= 3.99.2
PORTREVISION= 1
-CATEGORIES= x11-wm
+CATEGORIES= x11-wm xfce
MASTER_SITES= http://www.xfce.org/archive/xfce4-rc2/src/ \
ftp://ftp.unix-ag.org/user/bmeurer/xfce4/rc2/separate/ \
http://usuarios.lycos.es/xfce4/tarballs/rc2/separate/ \
diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile
index 325e2ec943b3..7bb6b870dbbb 100644
--- a/x11-wm/xfce4-wm/Makefile
+++ b/x11-wm/xfce4-wm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xfce4-wm
PORTVERSION= 3.99.2
-CATEGORIES= x11-wm
+CATEGORIES= x11-wm xfce
MASTER_SITES= http://www.xfce.org/archive/xfce4-rc2/src/ \
ftp://ftp.unix-ag.org/user/bmeurer/xfce4/rc2/separate/ \
http://usuarios.lycos.es/xfce4/tarballs/rc2/separate/ \
@@ -19,7 +19,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= XFce 4 window manager
BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
-LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
+ xfce4util.1:${PORTSDIR}/x11/libxfce4util \
+ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui
USE_GNOME= gtk20
USE_X_PREFIX= yes
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile
index 0b0b369304f3..7e85db540acd 100644
--- a/x11-wm/xfce4/Makefile
+++ b/x11-wm/xfce4/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xfce4
PORTVERSION= r2
-CATEGORIES= x11-wm
+CATEGORIES= x11-wm xfce
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty