diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-08-16 07:03:34 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-08-16 07:03:34 +0000 |
commit | ca82ecd0522bd9f35c43f5b4a13a0125086ce06c (patch) | |
tree | b5b490f0e80b58557ae62563931973a6a9a9a6d1 /x11-wm/xfce4-wm | |
parent | 86a80c28062a3e2e37a619fe176ba6627fa4955a (diff) |
Notes
Diffstat (limited to 'x11-wm/xfce4-wm')
-rw-r--r-- | x11-wm/xfce4-wm/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |