diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-14 09:14:22 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-14 09:14:22 +0800 |
commit | f7a84919fc1d9fa6e55e04e014692d3f710dd771 (patch) | |
tree | 7bed42d5f896c9d0f387d14f5587f80b70ca8fd0 /x11-wm | |
parent | b78cd6b4da1399f03aca227798b8bfeed86f87f6 (diff) | |
download | freebsd-ports-gnome-f7a84919fc1d9fa6e55e04e014692d3f710dd771.tar.gz freebsd-ports-gnome-f7a84919fc1d9fa6e55e04e014692d3f710dd771.tar.zst freebsd-ports-gnome-f7a84919fc1d9fa6e55e04e014692d3f710dd771.zip |
[PATCH] x11-wm/xcompmgr: portlint(1) fixes
- Make IGNORE such that potlint won't complain about it
PR: ports/95832
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: maintainer timeout
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xcompmgr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xcompmgr/Makefile b/x11-wm/xcompmgr/Makefile index fce5f3e8802b..5badea72e61a 100644 --- a/x11-wm/xcompmgr/Makefile +++ b/x11-wm/xcompmgr/Makefile @@ -21,7 +21,7 @@ MAN1= xcompmgr.1 .include <bsd.port.pre.mk> .if ${X_WINDOW_SYSTEM:L} != xorg -IGNORE= requires the composite extension, which is unavailable with XFree86. +IGNORE= requires the composite extension, which is unavailable with XFree86 .endif .include <bsd.port.post.mk> |