diff options
author | oliver <oliver@FreeBSD.org> | 2003-08-16 15:03:34 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-08-16 15:03:34 +0800 |
commit | 577f41458cb22f83e8754b0ca08ea9294aa2f5c7 (patch) | |
tree | 6bccdd747210868e6d4f51a7c90d22d946f5ec9c /misc/xfce4-iconbox | |
parent | 5f716ab940ceed538093bcc6d81f982ed3a1df28 (diff) | |
download | freebsd-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 'misc/xfce4-iconbox')
-rw-r--r-- | misc/xfce4-iconbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/xfce4-iconbox/Makefile b/misc/xfce4-iconbox/Makefile index 0964cbf854ae..78079a492796 100644 --- a/misc/xfce4-iconbox/Makefile +++ b/misc/xfce4-iconbox/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-iconbox PORTVERSION= 3.99.2 -CATEGORIES= misc +CATEGORIES= misc 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/ \ @@ -18,6 +18,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= XFce 4 icon box, an alternative taskbar BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui USE_GNOME= gtk20 USE_X_PREFIX= yes |