summaryrefslogtreecommitdiff
path: root/textproc/gsed/Makefile
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-25 05:01:46 +0000
committersnj <snj@pkgsrc.org>2004-04-25 05:01:46 +0000
commit5231d30feebb10922041ea268bbf903e2acbca2b (patch)
tree65c7bcd6ea78ef80a25a7fcd45e2587177bd48db /textproc/gsed/Makefile
parent2f2316e5ebc31854188fdc1d59256ae331fa34dc (diff)
downloadpkgsrc-5231d30feebb10922041ea268bbf903e2acbca2b.tar.gz
Convert to buildlink3 and fix a spelling error in DESCR.
Diffstat (limited to 'textproc/gsed/Makefile')
-rw-r--r--textproc/gsed/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index 9728bf8d08c..a4d385fe47e 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/21 22:53:22 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2004/04/25 05:01:46 snj Exp $
#
DISTNAME= sed-4.0.9
@@ -10,7 +10,7 @@ MAINTAINER= seb@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/sed/sed.html
COMMENT= GNU implementation of sed, the POSIX stream editor
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
@@ -27,6 +27,6 @@ BUILD_DEFS+= GNU_PROGRAM_PREFIX
CONFIGURE_ARGS+= --with-libiconv=${BUILDLINK_PREFIX.iconv}
-.include "../../converters/libiconv/buildlink2.mk"
-.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"