summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authoragc <agc>1998-09-09 12:29:48 +0000
committeragc <agc>1998-09-09 12:29:48 +0000
commit9fd631caa31b429e5a979080159f6a76d8c5bf4e (patch)
treec8f195f3945ceb1e149512498ad756f3c7c0007c /plan9
parent01d7899f9d794acf71ac76c104ae408f1d79ce7a (diff)
downloadpkgsrc-9fd631caa31b429e5a979080159f6a76d8c5bf4e.tar.gz
Restore a BUILD_DEPENDS line which had been commented out inexplicably.
Diffstat (limited to 'plan9')
-rw-r--r--plan9/9term/Makefile4
1 files changed, 2 insertions, 2 deletions
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")