summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-09-09 12:29:48 +0000
committeragc <agc@pkgsrc.org>1998-09-09 12:29:48 +0000
commit5133680684eb7bd11027515693fb0a06d7c13840 (patch)
treec8f195f3945ceb1e149512498ad756f3c7c0007c /plan9
parentae626e2dbbbb76c085c64bfa8b4578d2b316c2de (diff)
downloadpkgsrc-5133680684eb7bd11027515693fb0a06d7c13840.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")