diff options
Diffstat (limited to 'x11/xlockmore/Makefile')
-rw-r--r-- | x11/xlockmore/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 514ebf2dce5..6466d6bb147 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -3,7 +3,7 @@ # Date created: 9 November 1994 # Whom: smace # -# $NetBSD: Makefile,v 1.6 1998/01/30 03:08:42 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 1998/01/30 13:57:38 agc Exp $ # FreeBSD Id: Makefile,v 1.23 1997/10/10 09:24:38 tg Exp # @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= tg@FreeBSD.ORG -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - MesaGL\\.2\\.:${PORTSDIR}/graphics/Mesa +LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm \ + MesaGL.2.:${PORTSDIR}/graphics/Mesa GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-mesagl --without-motif --without-sx \ |