summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-05-09 17:23:04 +0000
committerhubertf <hubertf@pkgsrc.org>1998-05-09 17:23:04 +0000
commit4ae4d299e93183d9463f6d3de9a4f16dc68da284 (patch)
treed4fa4d35c3f918d9ad555a1f6bb780f3d7515155 /plan9
parent0851be7c5add27191312300b18bad03e1b9830e9 (diff)
downloadpkgsrc-4ae4d299e93183d9463f6d3de9a4f16dc68da284.tar.gz
use absolute path
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 ed8970dae32..92901bfbfdd 100644
--- a/plan9/9term/Makefile
+++ b/plan9/9term/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/05/08 15:42:24 agc Exp $
+# $NetBSD: Makefile,v 1.10 1998/05/09 17:23:04 hubertf Exp $
# FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp
#
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
MAINTAINER= packages@netbsd.org
# needs library and private header, but not during runtime
-BUILD_DEPENDS= ../../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")