diff options
author | xtraeme <xtraeme> | 2004-04-12 10:53:07 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-12 10:53:07 +0000 |
commit | b4362a0f08e3d722a8fc5a1e2f7428415697e53c (patch) | |
tree | 8164a49ced970551f049086f7a9cc8c517ca9836 /editors/jed | |
parent | 820eb0469790efa162f67bbb65bab7d30bef3bed (diff) | |
download | pkgsrc-b4362a0f08e3d722a8fc5a1e2f7428415697e53c.tar.gz |
bl3ify
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" |