diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-29 02:11:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-29 02:11:13 +0800 |
commit | 38fc5f8dfea0d5ff04370c4333101fee5ddfd369 (patch) | |
tree | b5862809105cd0b9474c9197894c28b5319eb6c2 /x11-wm/xfce4 | |
parent | ba90b0c1269829cce96c4e3f9b167b370d0d82a7 (diff) | |
download | freebsd-ports-gnome-38fc5f8dfea0d5ff04370c4333101fee5ddfd369.tar.gz freebsd-ports-gnome-38fc5f8dfea0d5ff04370c4333101fee5ddfd369.tar.zst freebsd-ports-gnome-38fc5f8dfea0d5ff04370c4333101fee5ddfd369.zip |
- Fix dependens from last commit
Submitted by: Zahemszky Gábor <Gabor@Zahemszky.HU> (via privat mail)
Approved by: common sense
Diffstat (limited to 'x11-wm/xfce4')
-rw-r--r-- | x11-wm/xfce4/bsd.xfce.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xfce4/bsd.xfce.mk b/x11-wm/xfce4/bsd.xfce.mk index 104225560dff..820426b8256a 100644 --- a/x11-wm/xfce4/bsd.xfce.mk +++ b/x11-wm/xfce4/bsd.xfce.mk @@ -20,7 +20,7 @@ thunar_LIB_DEPENDS= thunar-vfs-1.4:${PORTSDIR}/x11-fm/thunar wm_BUILD_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm wm_RUN_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm -xfdev_RUN_DEPENDS= xfce4-dev-tools:${PORTSDIR}/dev/xfce4-dev-tools +xfdev_RUN_DEPENDS= xfce4-dev-tools:${PORTSDIR}/devel/xfce4-dev-tools .for component in ${USE_XFCE} BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS} |