diff options
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/jed/Makefile.common b/editors/jed/Makefile.common index c726c008423..56fb5f4ef81 100644 --- a/editors/jed/Makefile.common +++ b/editors/jed/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2003/07/30 10:41:22 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.3 2004/04/12 10:55:49 xtraeme Exp $ # DISTNAME= jed-0.99-16 CATEGORIES= editors @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@gmx.net HOMEPAGE= http://www.jedsoft.org/jed/ -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes @@ -25,4 +25,4 @@ post-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/lib/jed.conf ${EGDIR} -.include "../../devel/libslang/buildlink2.mk" +.include "../../devel/libslang/buildlink3.mk" |