diff options
Diffstat (limited to 'x11/xcompmgr')
-rw-r--r-- | x11/xcompmgr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xcompmgr/Makefile b/x11/xcompmgr/Makefile index 10bbd86309b..293e4e0bfc8 100644 --- a/x11/xcompmgr/Makefile +++ b/x11/xcompmgr/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2008/05/24 21:45:16 tnn Exp $ +# $NetBSD: Makefile,v 1.25 2008/08/09 10:12:06 bjs Exp $ # DISTNAME= xcompmgr-1.1.4 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES = ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 @@ -19,7 +20,7 @@ USE_FEATURES= getopt_long ### XXX You may play around with these if you like; they're simply ### the #defines from xcompmgr.c placed here for your convenience. # -#XCOMPMGR_DEFS+= -DCAN_DO_USABLE=0 # default: 0 (damage notification) +XCOMPMGR_DEFS+= -DCAN_DO_USABLE=1 # default: 0 (damage notification) #XCOMPMGR_DEFS+= -DMONITOR_REPAINT=0 # default: 0 (?) #XCOMPMGR_DEFS+= -DDEBUG_REPAINT=0 # default: 0 (debugging) #XCOMPMGR_DEFS+= -DDEBUG_EVENTS=0 # default: 0 (debugging) |