diff options
author | agc <agc> | 2000-05-15 11:54:42 +0000 |
---|---|---|
committer | agc <agc> | 2000-05-15 11:54:42 +0000 |
commit | 118f3df89b8844830e150c25b7803090487cb143 (patch) | |
tree | 5842d0e1dfffa6a3dd2d32587c969868c3404372 /plan9/9term | |
parent | 0a3a71599acd2840487079d6753b657cfb4495e5 (diff) | |
download | pkgsrc-118f3df89b8844830e150c25b7803090487cb143.tar.gz |
sam has moved from plan9 to editors.
Diffstat (limited to 'plan9/9term')
-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 85ce2cc9e45..5b658106202 100644 --- a/plan9/9term/Makefile +++ b/plan9/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/01/10 01:39:05 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2000/05/15 11:54:42 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= ${BUILD_ROOT}/plan9/sam/${WRKDIR:T}/libframe/libframe.a:../../plan9/sam:all +BUILD_DEPENDS= ${BUILD_ROOT}/editors/sam/${WRKDIR:T}/libframe/libframe.a:../../editors/sam:all USE_X11= yes |