diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-11-03 01:01:31 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-11-03 01:01:31 +0000 |
commit | a0af4b3df4d717ef1e136f4c66cfdb027b353b0c (patch) | |
tree | 7164b20dae5e7a8e8185a5700d73fb0d026aa94e /x11/xlockmore | |
parent | 8f41c56763bad4349f7a6a4a3d314ce397c30be7 (diff) | |
download | pkgsrc-a0af4b3df4d717ef1e136f4c66cfdb027b353b0c.tar.gz |
A xlockmore without Mesa is like a fish without a bicycle.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index a9cf0070e6f..5b9fd3ed222 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -3,7 +3,7 @@ # Date created: 9 November 1994 # Whom: smace # -# $NetBSD: Makefile,v 1.2 1997/11/03 00:53:23 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1997/11/03 01:01:31 hubertf Exp $ # FreeBSD Id: Makefile,v 1.23 1997/10/10 09:24:38 tg Exp # @@ -14,12 +14,13 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= tg@FreeBSD.ORG -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ + MesaGL\\.2\\.:${PORTSDIR}/graphics/Mesa GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --without-gl --without-motif --without-sx --without-mesagl \ +CONFIGURE_ARGS+= --with-mesagl --without-motif --without-sx \ --without-editres --without-dtsaver --without-rplay \ - --without-nas --enable-mouse-motion + --without-nas USE_X11= yes MAN1= xlock.1 |