summaryrefslogtreecommitdiff
path: root/editors/lpe
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 08:14:24 +0000
committersnj <snj>2004-04-11 08:14:24 +0000
commit445bdfecc6358c42f0e1df6e701b0e52e0160c57 (patch)
tree5c9cdc2a71afffadcbd210ebb8cc0ddaa72931f1 /editors/lpe
parentdf33abb5a8be5f62c103e15900f018d800682cd1 (diff)
downloadpkgsrc-445bdfecc6358c42f0e1df6e701b0e52e0160c57.tar.gz
Convert to buildlink3.
Diffstat (limited to 'editors/lpe')
-rw-r--r--editors/lpe/Makefile6
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"