diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-09 14:46:06 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-09 14:46:06 +0000 |
commit | 7ba55c5afb6af55bad3434d1447105a10a22017e (patch) | |
tree | eb2eff5dba4200337b942e37fdcb06c4a61577c8 /x11-wm | |
parent | 3eae8c29acb81d574f486d425436599f7d36b02d (diff) | |
download | ports-7ba55c5afb6af55bad3434d1447105a10a22017e.tar.gz ports-7ba55c5afb6af55bad3434d1447105a10a22017e.zip |
Notes
Diffstat (limited to 'x11-wm')
-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 76a820208b78..a994a3e4e834 100644 --- a/x11-wm/xfce4/bsd.xfce.mk +++ b/x11-wm/xfce4/bsd.xfce.mk @@ -2,7 +2,7 @@ # $FreeBSD$ # -.if !defined(_POSTMKINCLUDED) && !defined(Xfce_Pre_Include) +#.if !defined(_POSTMKINCLUDED) && !defined(Xfce_Pre_Include) Xfce_Pre_Include= bsd.xfce.mk Xfce_Include_MAINTAINER= oliver@FreeBSD.org @@ -58,4 +58,4 @@ IGNORE= cannot install: Unknown component ${component} . endif .endfor -.endif +#.endif |