diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-12 19:37:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-12 19:37:44 +0000 |
commit | 0f8f3742d6420eb93dcd3e3632d5e1feeff0765b (patch) | |
tree | 6114d68acd43c09b1247611702916e7b31176446 /x11 | |
parent | 7165323efd1b36612fd52f5fd6ed2c27944418f3 (diff) | |
download | pkgsrc-0f8f3742d6420eb93dcd3e3632d5e1feeff0765b.tar.gz |
Remove manual app-default parameter again, now that the underlaying
issue has been solved. No package change, no revision bump.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index f6b34c6c322..6f9503d3b4f 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.40 2006/01/09 21:18:31 hubertf Exp $ +# $NetBSD: Makefile.common,v 1.41 2006/01/12 19:37:44 joerg Exp $ # # This Makefile.common is included by: # @@ -57,7 +57,6 @@ 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) |