diff options
author | tron <tron@pkgsrc.org> | 2009-02-04 13:16:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-02-04 13:16:33 +0000 |
commit | d27d1d9ed876fc89b6a3b1fb1059d5b9d81c6372 (patch) | |
tree | 5f57446865497de0083ae482c998f31ca3b602f4 /x11/xlockmore-lite | |
parent | 95ef7293205ef7aacb17e26d0340a2f7ed043330 (diff) | |
download | pkgsrc-d27d1d9ed876fc89b6a3b1fb1059d5b9d81c6372.tar.gz |
Remove configure option "--without-glftgl" with is no longer recognized.
Diffstat (limited to 'x11/xlockmore-lite')
-rw-r--r-- | x11/xlockmore-lite/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xlockmore-lite/Makefile b/x11/xlockmore-lite/Makefile index 166a06be94d..cf815ceacb1 100644 --- a/x11/xlockmore-lite/Makefile +++ b/x11/xlockmore-lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/05/08 19:29:22 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 2009/02/04 13:16:33 tron Exp $ .include "../../x11/xlockmore/Makefile.common" @@ -8,7 +8,6 @@ COMMENT= "lite" version of xlockmore CONFIGURE_ARGS+= --without-xpm CONFIGURE_ARGS+= --without-gltt CONFIGURE_ARGS+= --without-ttf -CONFIGURE_ARGS+= --without-glftgl CONFIGURE_ARGS+= --without-freetype CONFIGURE_ARGS+= --without-opengl CONFIGURE_ARGS+= --without-mesa |