diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-09-21 03:16:07 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-09-21 03:16:07 +0000 |
commit | 8dde520762ccd8a34f9d68d2f69a223cd946e84b (patch) | |
tree | 34991f647b1909e8ae30f6c50d6394d9504811a0 /plan9 | |
parent | 856612640f2729c54c9b4af677f663e9b281a472 (diff) | |
download | pkgsrc-8dde520762ccd8a34f9d68d2f69a223cd946e84b.tar.gz |
Request an explicit "make all" to build the library (default is a
"make install", which we do not want).
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 d788159364d..fe25083e579 100644 --- a/plan9/9term/Makefile +++ b/plan9/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/05/24 20:39:47 tv Exp $ +# $NetBSD: Makefile,v 1.19 1999/09/21 03:16:07 hubertf 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= ${BUILD_ROOT}/plan9/sam/${WRKDIR:T}/libframe/libframe.a:../../plan9/sam +BUILD_DEPENDS= ${BUILD_ROOT}/plan9/sam/${WRKDIR:T}/libframe/libframe.a:../../plan9/sam:all NOT_FOR_PLATFORM= *-*-alpha #LP64 Problems |