summaryrefslogtreecommitdiff
path: root/x11/9term
diff options
context:
space:
mode:
authoragc <agc>2001-12-15 20:25:34 +0000
committeragc <agc>2001-12-15 20:25:34 +0000
commit45bb129e42a3ade78d14cc3f98255237cd0658bc (patch)
tree8f67a7596dd99f5fb7729eb89ce6b6a3af3c8f95 /x11/9term
parent9244a06f7b748f5c4d1d25b5ab735e293d399276 (diff)
downloadpkgsrc-45bb129e42a3ade78d14cc3f98255237cd0658bc.tar.gz
Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case.
Diffstat (limited to 'x11/9term')
-rw-r--r--x11/9term/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile
index e5ec2fa38d6..67447d39f1b 100644
--- a/x11/9term/Makefile
+++ b/x11/9term/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/09/09 20:36:54 agc Exp $
+# $NetBSD: Makefile,v 1.8 2001/12/15 20:25:39 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp
#
@@ -13,13 +13,13 @@ COMMENT= X11 program which emulates a plan9 window
DEPENDS+= sam-4.3nb1:../../editors/sam
-USE_X11= yes
-
NOT_FOR_PLATFORM= *-*-alpha #LP64 Problems
+USE_BUILDLINK_ONLY= yes
+
MANCOMPRESSED= yes
WRKSRC= ${WRKDIR}
-MAKE_ENV+= WRKDIR=${WRKDIR} PKGSRCDIR=${PKGSRCDIR} \
- X11PREFIX=${X11PREFIX}
+MAKE_ENV+= WRKDIR=${WRKDIR} X11PREFIX=${X11PREFIX}
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"