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 | 9c7118de9852bacbc28edf3f7c8fed6fa977e6a3 (patch) | |
tree | 5f57446865497de0083ae482c998f31ca3b602f4 /x11 | |
parent | d9ad52ab6cb361eea4d9e544606e66caba1ac980 (diff) | |
download | pkgsrc-9c7118de9852bacbc28edf3f7c8fed6fa977e6a3.tar.gz |
Remove configure option "--without-glftgl" with is no longer recognized.
Diffstat (limited to 'x11')
-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 |