From 9fd631caa31b429e5a979080159f6a76d8c5bf4e Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 9 Sep 1998 12:29:48 +0000 Subject: Restore a BUILD_DEPENDS line which had been commented out inexplicably. --- plan9/9term/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plan9') diff --git a/plan9/9term/Makefile b/plan9/9term/Makefile index 5d0aee5d235..0ec0f023236 100644 --- a/plan9/9term/Makefile +++ b/plan9/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/08/20 15:17:22 tsarna Exp $ +# $NetBSD: Makefile,v 1.13 1998/09/09 12:29:48 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp # @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~matty/9term/index.html # needs library and private header, but not during runtime -#BUILD_DEPENDS= ${PKGSRCDIR}/plan9/sam/${WRKDIR:T}/libframe/libframe.a:../../plan9/sam +BUILD_DEPENDS= ${PKGSRCDIR}/plan9/sam/${WRKDIR:T}/libframe/libframe.a:../../plan9/sam OPSYS!= uname -s .if (${OPSYS} == "NetBSD") -- cgit v1.2.3