From 1f4495b33e4a8e2f4279f07f1dc90e949537c6bd Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 22 Apr 1998 14:22:39 +0000 Subject: Remove the old deprecated DEPENDS definition from bsd.pkg.mk. Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports. --- x11/asclock/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/asclock') diff --git a/x11/asclock/Makefile b/x11/asclock/Makefile index 4e5feb0faf6..cca6cf8208e 100644 --- a/x11/asclock/Makefile +++ b/x11/asclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:52 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/22 14:22:48 agc Exp $ # DISTNAME= asclock @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@netbsd.org -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +DEPENDS+= xpm-3.4j:../../graphics/xpm # Choose language from: # 1) english [DEFAULT] -- cgit v1.2.3