aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2008-03-07 21:47:50 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2008-03-07 21:47:50 +0000
commit836aebde5babd8b8701f585f03b775ebfc41a564 (patch)
treef990d2d5c21cdbac2e187df45b68fcc8e5d5353a /x11-wm
parentc5420942c6d91a6dad718b6431ee6849f320142f (diff)
downloadports-836aebde5babd8b8701f585f03b775ebfc41a564.tar.gz
ports-836aebde5babd8b8701f585f03b775ebfc41a564.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/gcompmgr/Makefile4
-rw-r--r--x11-wm/kompmgr/Makefile4
-rw-r--r--x11-wm/skippy-xd/Makefile8
-rw-r--r--x11-wm/transset-df/Makefile4
-rw-r--r--x11-wm/xcompmgr/Makefile8
5 files changed, 2 insertions, 26 deletions
diff --git a/x11-wm/gcompmgr/Makefile b/x11-wm/gcompmgr/Makefile
index 494d81f2825c..4e5b5464e289 100644
--- a/x11-wm/gcompmgr/Makefile
+++ b/x11-wm/gcompmgr/Makefile
@@ -31,10 +31,6 @@ DESKTOP_ENTRIES="gcompmgr" \
.include <bsd.port.pre.mk>
-.if ${X_WINDOW_SYSTEM:L} != xorg
-IGNORE= requires the composite extension, which is unavailable with XFree86
-.endif
-
post-patch:
.for file in depcomp install-sh missing
@${LN} -sf ${AUTOMAKE_DIR}/${file} ${WRKSRC}
diff --git a/x11-wm/kompmgr/Makefile b/x11-wm/kompmgr/Makefile
index 2d07c55859dc..6a5305cee8dd 100644
--- a/x11-wm/kompmgr/Makefile
+++ b/x11-wm/kompmgr/Makefile
@@ -27,10 +27,6 @@ PLIST_FILES= bin/kompmgr
.include <bsd.port.pre.mk>
-.if ${X_WINDOW_SYSTEM:L} != xorg
-IGNORE= Requires the composite extension, which is unavailable with XFree86
-.endif
-
do-build:
cd ${WRKSRC}/kwin/kompmgr && \
${CC} ${CFLAGS} -I${LOCALBASE}/include -L${X11BASE}/lib -lX11 -lXdamage\
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>
diff --git a/x11-wm/transset-df/Makefile b/x11-wm/transset-df/Makefile
index 20a6ede03822..60c431e2f2de 100644
--- a/x11-wm/transset-df/Makefile
+++ b/x11-wm/transset-df/Makefile
@@ -22,10 +22,6 @@ PLIST_FILES= bin/transset-df
.include <bsd.port.pre.mk>
-.if ${X_WINDOW_SYSTEM:L} != xorg
-IGNORE= requires X.Org; install x11/xorg and try again
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/transset-df ${PREFIX}/bin
diff --git a/x11-wm/xcompmgr/Makefile b/x11-wm/xcompmgr/Makefile
index 255f3d6b6320..ba10407ebd7e 100644
--- a/x11-wm/xcompmgr/Makefile
+++ b/x11-wm/xcompmgr/Makefile
@@ -19,10 +19,4 @@ GNU_CONFIGURE= yes
MAN1= xcompmgr.1
-.include <bsd.port.pre.mk>
-
-.if ${X_WINDOW_SYSTEM:L} != xorg
-IGNORE= requires the composite extension, which is unavailable with XFree86
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>