summaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authoragc <agc>1998-01-30 13:56:55 +0000
committeragc <agc>1998-01-30 13:56:55 +0000
commita4f26ebe1ae83222fe52b008eb3053dbcb7bf063 (patch)
treeb79d1031fdf80bdda3abcf954902b18169651274 /x11/xlockmore
parent0db0fc6fc6c94e5c32f0348a48267f2d3c64e4e6 (diff)
downloadpkgsrc-a4f26ebe1ae83222fe52b008eb3053dbcb7bf063.tar.gz
Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile6
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 \