pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/ploticus Convert to buildlink3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cdf55b5ae1c7
branches: trunk
changeset: 472452:cdf55b5ae1c7
user: snj <snj%pkgsrc.org@localhost>
date: Sat Apr 10 23:49:20 2004 +0000
description:
Convert to buildlink3.
diffstat:
graphics/ploticus/Makefile | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r 759371abbc5c -r cdf55b5ae1c7 graphics/ploticus/Makefile
--- a/graphics/ploticus/Makefile Sat Apr 10 23:47:34 2004 +0000
+++ b/graphics/ploticus/Makefile Sat Apr 10 23:49:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/01/20 12:18:16 agc Exp $
+# $NetBSD: Makefile,v 1.20 2004/04/10 23:49:20 snj Exp $
#
DISTNAME= plsrc210
@@ -14,7 +14,7 @@
WRKSRC= ${WRKDIR}/${DISTNAME}/src
NO_CONFIGURE= YES
USE_X11= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
ALL_TARGET= ploticus
MANSRC= ${WRKDIR}/${DISTNAME}/man
@@ -53,11 +53,11 @@
${INSTALL_DATA} ${WRKDIR}/${file} ${DOCDST}/${file}
.endfor
-.include "../../devel/zlib/buildlink2.mk"
-.include "../../graphics/gd/buildlink2.mk"
-.include "../../graphics/jpeg/buildlink2.mk"
-.include "../../graphics/png/buildlink2.mk"
-.include "../../graphics/freetype-lib/buildlink2.mk"
-.include "../../graphics/freetype2/buildlink2.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/gd/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/freetype-lib/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index