diff options
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 3 | ||||
-rw-r--r-- | x11/xlockmore/Makefile.common | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 2aabe691c90..764f072ac20 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.67 2005/01/17 17:01:29 jlam Exp $ +# $NetBSD: Makefile,v 1.68 2006/01/07 12:04:48 tron Exp $ .include "Makefile.common" +PKGREVISION= 1 COMMENT= Like the XLock session-locker/screensaver, but with more CONFIGURE_ARGS+= --with-mesagl diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index be9fb66faee..71d86aa2339 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.38 2005/12/05 23:55:24 rillig Exp $ +# $NetBSD: Makefile.common,v 1.39 2006/01/07 12:04:48 tron Exp $ # # This Makefile.common is included by: # @@ -58,6 +58,7 @@ CONFIGURE_ARGS+= --without-dtsaver CONFIGURE_ARGS+= --without-rplay CONFIGURE_ARGS+= --without-nas CONFIGURE_ARGS+= --without-gtk +CONFIGURE_ARGS+= --enable-appdefaultdir=${PREFIX}/lib/X11/app-defaults .if ${OPSYS} == "NetBSD" .if !empty(PKG_OPTIONS:Moss) |