diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-03-07 21:47:50 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-03-07 21:47:50 +0000 |
commit | 836aebde5babd8b8701f585f03b775ebfc41a564 (patch) | |
tree | f990d2d5c21cdbac2e187df45b68fcc8e5d5353a /x11-wm/skippy-xd | |
parent | c5420942c6d91a6dad718b6431ee6849f320142f (diff) | |
download | ports-836aebde5babd8b8701f585f03b775ebfc41a564.tar.gz ports-836aebde5babd8b8701f585f03b775ebfc41a564.zip |
Notes
Diffstat (limited to 'x11-wm/skippy-xd')
-rw-r--r-- | x11-wm/skippy-xd/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-wm/skippy-xd/Makefile b/x11-wm/skippy-xd/Makefile index f35616804fcf..337cb8d23da3 100644 --- a/x11-wm/skippy-xd/Makefile +++ b/x11-wm/skippy-xd/Makefile @@ -39,10 +39,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> - -.if ${X_WINDOW_SYSTEM:L} != xorg -BROKEN= XFree86 does not support XComposite. -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |