diff options
author | oliver <oliver@FreeBSD.org> | 2007-02-07 23:29:18 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-02-07 23:29:18 +0800 |
commit | b36ad4442ba662dda9b12be4186888c197abdc44 (patch) | |
tree | e7b4c7d94038c8c8ab3b6e7cc5c832548c952474 /x11-wm/xfce4 | |
parent | 8587fababbe3650435a1eb6d6430933dd7b699c5 (diff) | |
download | freebsd-ports-gnome-b36ad4442ba662dda9b12be4186888c197abdc44.tar.gz freebsd-ports-gnome-b36ad4442ba662dda9b12be4186888c197abdc44.tar.zst freebsd-ports-gnome-b36ad4442ba662dda9b12be4186888c197abdc44.zip |
uncomment a small part which does not work until bsd.xfce.mk is not moved
to Mk
Diffstat (limited to 'x11-wm/xfce4')
-rw-r--r-- | x11-wm/xfce4/bsd.xfce.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/xfce4/bsd.xfce.mk b/x11-wm/xfce4/bsd.xfce.mk index f3e1b45fa7b2..76a820208b78 100644 --- a/x11-wm/xfce4/bsd.xfce.mk +++ b/x11-wm/xfce4/bsd.xfce.mk @@ -39,9 +39,9 @@ wm_RUN_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm xfdev_RUN_DEPENDS= xfce4-dev-tools:${PORTSDIR}/devel/xfce4-dev-tools -.endif +#.endif -.if defined(_POSTMKINCLUDED) && !defined(Xfce_Post_Include) +#.if defined(_POSTMKINCLUDED) && !defined(Xfce_Post_Include) Xfce_Post_Include= bsd.xfce.mk |