diff options
Diffstat (limited to 'x11/xlockmore/Makefile')
-rw-r--r-- | x11/xlockmore/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index f444d5eb079..d4a7efeed6b 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2000/08/21 20:31:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.33 2000/08/23 23:14:33 tron Exp $ # FreeBSD Id: Makefile,v 1.23 1997/10/10 09:24:38 tg Exp # @@ -10,11 +10,11 @@ MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.tux.org/~bagleyd/xlockmore.html -DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= Mesa-*:../../graphics/Mesa -GNU_CONFIGURE= yes -USE_X11BASE= yes +GNU_CONFIGURE= YES +USE_X11BASE= YES +USE_XPM= YES CONFIGURE_ARGS+= --with-mesagl --without-motif --without-sx \ --without-editres --without-dtsaver --without-rplay \ --without-nas --without-gtk |