diff options
author | agc <agc@pkgsrc.org> | 2003-05-09 07:34:44 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-05-09 07:34:44 +0000 |
commit | 8e463e0b8f90f9499bf4bf12d9d6d2eeeac39943 (patch) | |
tree | d2bcb073052466da808dd95be14258593b952e0c | |
parent | 15331817ac8209fc5cd3f1d4ee634e3ad6c28c6b (diff) | |
download | pkgsrc-8e463e0b8f90f9499bf4bf12d9d6d2eeeac39943.tar.gz |
Adapt to buildlink2.
-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 3feee3bae48..a2586e9f466 100644 --- a/editors/ssam/Makefile +++ b/editors/ssam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/12/23 17:45:36 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/05/09 07:34:44 agc Exp $ # DISTNAME= ssam-1.9 @@ -9,9 +9,9 @@ MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.westley.demon.co.uk/software.html COMMENT= UTF-8-aware stream editor like sed(1), using the sam command set -DEPENDS= libutf>=2.10:../../misc/libutf - GNU_CONFIGURE= yes ALL_TARGET= tst +USE_BUILDLINK2= yes +.include "../../misc/libutf/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |