From a4f26ebe1ae83222fe52b008eb3053dbcb7bf063 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 30 Jan 1998 13:56:55 +0000 Subject: Modify individual package Makefiles to use the new way of specifying shared object dependencies (LIB_DEPENDS). --- x11/xlockmore/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/xlockmore') 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 \ -- cgit v1.2.3