diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:52 +0000 |
commit | a020ed9056d4d74e13cd2a99898f3dec09c162b7 (patch) | |
tree | f54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /x11/9term | |
parent | 287b5c5601b23446d25c27bbf0140c8dc4b4391e (diff) | |
download | pkgsrc-a020ed9056d4d74e13cd2a99898f3dec09c162b7.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'x11/9term')
-rw-r--r-- | x11/9term/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile index 3cac4fac123..90d27937868 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/12/15 20:37:53 agc Exp $ +# $NetBSD: Makefile,v 1.10 2002/08/25 21:52:26 jlam Exp $ # FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp # @@ -11,16 +11,16 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~matty/9term/index.html COMMENT= X11 program which emulates a plan9 window -DEPENDS+= sam-4.3nb1:../../editors/sam +BUILDLINK_DEPMETHOD.sam= full NOT_FOR_PLATFORM= *-*-alpha #LP64 Problems -USE_BUILDLINK_ONLY= yes +USE_BUILDLINK2= yes +USE_X11= yes MANCOMPRESSED= yes WRKSRC= ${WRKDIR} -EVAL_PREFIX+= SAM_DIR=qt1 -MAKE_ENV+= SAM_DIR=${SAM_DIR} +MAKE_ENV+= SAM_DIR=${BUILDLINK_PREFIX.sam} -.include "../../mk/x11.buildlink.mk" +.include "../../editors/sam/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |