Restore a BUILD_DEPENDS line which had been commented out inexplicably.
This commit is contained in:
parent
ae626e2dbb
commit
5133680684
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue