pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gtksee Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dff8e17fc37c
branches:  trunk
changeset: 473912:dff8e17fc37c
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 25 01:30:27 2004 +0000

description:
Convert to buildlink3.

diffstat:

 graphics/gtksee/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r 518a0c74d47a -r dff8e17fc37c graphics/gtksee/Makefile
--- a/graphics/gtksee/Makefile  Sun Apr 25 01:29:17 2004 +0000
+++ b/graphics/gtksee/Makefile  Sun Apr 25 01:30:27 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/24 15:46:43 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/25 01:30:27 snj Exp $
 #
 
 DISTNAME=              gtksee-0.5.2
@@ -16,7 +16,7 @@
 GNU_CONFIGURE=         YES
 USE_X11=               YES
 USE_GNU_TOOLS+=                make
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_PKGLOCALEDIR=      YES
 
 post-install:
@@ -26,8 +26,8 @@
        ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/gtksee
        ${INSTALL_DATA} ${WRKSRC}/TODO    ${PREFIX}/share/doc/gtksee
 
-.include "../../x11/gtk/buildlink2.mk"
-.include "../../graphics/jpeg/buildlink2.mk"
-.include "../../graphics/png/buildlink2.mk"
-.include "../../graphics/tiff/buildlink2.mk"
+.include "../../x11/gtk/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index