aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-05-14 09:14:22 +0800
committeredwin <edwin@FreeBSD.org>2006-05-14 09:14:22 +0800
commitf7a84919fc1d9fa6e55e04e014692d3f710dd771 (patch)
tree7bed42d5f896c9d0f387d14f5587f80b70ca8fd0 /x11-wm
parentb78cd6b4da1399f03aca227798b8bfeed86f87f6 (diff)
downloadfreebsd-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/Makefile2
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>