diff options
author | snj <snj@pkgsrc.org> | 2004-04-18 04:19:49 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-18 04:19:49 +0000 |
commit | 246cd0fe0a5c0be9998dfa5569a77ec471377778 (patch) | |
tree | d8802c39be3adff7cf23d60ab0f900b504579ad1 /x11/9term | |
parent | 89f61c82b010c54f17c3b62cd16e5f8f7358d29b (diff) | |
download | pkgsrc-246cd0fe0a5c0be9998dfa5569a77ec471377778.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'x11/9term')
-rw-r--r-- | x11/9term/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile index 51b245c7c1b..8f6e54793ea 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/20 12:28:26 agc Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/18 04:19:49 snj Exp $ # FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp # @@ -16,11 +16,11 @@ BUILDLINK_DEPMETHOD.sam= full NOT_FOR_PLATFORM= *-*-alpha #LP64 Problems WRKSRC= ${WRKDIR} -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_X11= yes MANCOMPRESSED= yes MAKE_ENV+= SAM_DIR=${BUILDLINK_PREFIX.sam} -.include "../../editors/sam/buildlink2.mk" +.include "../../editors/sam/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |