diff options
author | xtraeme <xtraeme> | 2004-04-12 11:17:15 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-12 11:17:15 +0000 |
commit | 21d0ad7ca2127626c16132d33239ee9fd3ed7f44 (patch) | |
tree | 28099e2bc1d22f0c3dcbbe8aa99d577dc1231649 /editors/ssam | |
parent | 2fef14191ed0f10f51fed38fb5f434c328bc8b7c (diff) | |
download | pkgsrc-21d0ad7ca2127626c16132d33239ee9fd3ed7f44.tar.gz |
bl3ify
Diffstat (limited to 'editors/ssam')
-rw-r--r-- | editors/ssam/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/ssam/Makefile b/editors/ssam/Makefile index a1f28ab1193..b7bd012c3b4 100644 --- a/editors/ssam/Makefile +++ b/editors/ssam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 21:34:49 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/12 11:19:47 xtraeme Exp $ # DISTNAME= ssam-1.9 @@ -11,7 +11,7 @@ COMMENT= UTF-8-aware stream editor like sed(1), using the sam command set GNU_CONFIGURE= yes ALL_TARGET= tst -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes -.include "../../misc/libutf/buildlink2.mk" +.include "../../misc/libutf/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |