diff options
author | agc <agc> | 1998-09-09 12:29:48 +0000 |
---|---|---|
committer | agc <agc> | 1998-09-09 12:29:48 +0000 |
commit | 53fb595ac9ee15eaa6e0f1822d0a366faeec4164 (patch) | |
tree | c8f195f3945ceb1e149512498ad756f3c7c0007c /plan9 | |
parent | a20f686cf029e01c264fbc7e125bc7cdddf00f9d (diff) | |
download | pkgsrc-53fb595ac9ee15eaa6e0f1822d0a366faeec4164.tar.gz |
Restore a BUILD_DEPENDS line which had been commented out inexplicably.
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/9term/Makefile | 4 |
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") |