From d2460b9fd7541b962dded99da55174aa350b543a 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. --- converters/xdeview/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'converters/xdeview') diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index 51893af2497..fef8d252aa9 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/20 11:56:21 frueauf Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/22 14:22:40 agc Exp $ # FreeBSD Id: Makefile,v 1.11 1998/02/24 21:43:45 jseger Exp # @@ -10,8 +10,8 @@ MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \ MAINTAINER= packages@netbsd.org -LIB_DEPENDS= tk80.1.:${PORTSDIR}/x11/tk80 \ - uu.1.:${PORTSDIR}/converters/uulib +DEPENDS+= tk-8.0p2:../../x11/tk80 +DEPENDS+= uulib-0.5.13:../../converters/uulib GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tcl="${PREFIX}" --enable-tk="${PREFIX}" -- cgit v1.2.3