diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 08:14:24 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 08:14:24 +0000 |
commit | e47eb6e58f18bff7241b8a9ba388f295fcc59ab9 (patch) | |
tree | 5c9cdc2a71afffadcbd210ebb8cc0ddaa72931f1 /editors/lpe | |
parent | 2da2cc2b7bced228eed6255f85a26ba09b6ba60d (diff) | |
download | pkgsrc-e47eb6e58f18bff7241b8a9ba388f295fcc59ab9.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'editors/lpe')
-rw-r--r-- | editors/lpe/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index db9ee05aeb9..ca66b326b35 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/14 17:21:39 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/11 08:17:01 snj Exp $ # DISTNAME= lpe-1.2.6 @@ -13,7 +13,7 @@ COMMENT= Small and efficient programmer's editor for UNIX systems BUILD_USES_MSGFMT= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES USE_PKGINSTALL= YES USE_LIBTOOL= YES @@ -33,6 +33,6 @@ post-patch: ${SED} ${FILES_SUBST_SED} lpe.1.$${f}.orig > lpe.1.$${f}; \ done -.include "../../devel/libslang/buildlink2.mk" +.include "../../devel/libslang/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |