summaryrefslogtreecommitdiff
path: root/x11/9term
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-25 21:50:52 +0000
committerjlam <jlam>2002-08-25 21:50:52 +0000
commitb6b94f0c669b1ef2a824c69854900b68ec821681 (patch)
treef54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /x11/9term
parentac9820da6cdeb5833fdaf2717a1633972572c5de (diff)
downloadpkgsrc-b6b94f0c669b1ef2a824c69854900b68ec821681.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/Makefile12
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"