diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-31 11:43:33 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-31 11:43:33 +0000 |
commit | 5ce287710403540dad3c502f582b22732c738c63 (patch) | |
tree | 0b2e889b65a64d773a363dba3bec07c77b066d20 /games | |
parent | 6cffb3974173485b4ed92e29f2fdd1e20877ed69 (diff) | |
download | ports-5ce287710403540dad3c502f582b22732c738c63.tar.gz ports-5ce287710403540dad3c502f582b22732c738c63.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/xfce4-toys/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xfce4-toys/Makefile b/games/xfce4-toys/Makefile index 5e82f31a126c..20425968bad1 100644 --- a/games/xfce4-toys/Makefile +++ b/games/xfce4-toys/Makefile @@ -18,7 +18,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Toys for the XFce 4 panel BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ +LIB_DEPENDS= xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification USE_GNOME= gtk20 |