diff options
author | anholt <anholt@FreeBSD.org> | 2004-12-25 05:38:31 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-12-25 05:38:31 +0800 |
commit | 90c737abe9daf07de043f7b9552c25777a89d023 (patch) | |
tree | ac526ae9296b4df22fe271b11dcaa80622cb763b /x11-wm | |
parent | 2a5af45da7a77b903a163c8788832d33de1f6a16 (diff) | |
download | freebsd-ports-gnome-90c737abe9daf07de043f7b9552c25777a89d023.tar.gz freebsd-ports-gnome-90c737abe9daf07de043f7b9552c25777a89d023.tar.zst freebsd-ports-gnome-90c737abe9daf07de043f7b9552c25777a89d023.zip |
Mark the port IGNORE on X_WINDOW_SYSTEM that doesn't have sufficient libraries.
Prodded by: pointyhat via kris
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xcompmgr/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/xcompmgr/Makefile b/x11-wm/xcompmgr/Makefile index ccc97d0f0eda..94df2d0f6ace 100644 --- a/x11-wm/xcompmgr/Makefile +++ b/x11-wm/xcompmgr/Makefile @@ -18,4 +18,10 @@ GNU_CONFIGURE= yes MAN1= xcompmgr.1 -.include <bsd.port.mk> +.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> |