pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk Revert bl3ification until unbuildlink problems...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af3da81e33cc
branches:  trunk
changeset: 465855:af3da81e33cc
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jan 07 03:15:54 2004 +0000

description:
Revert bl3ification until unbuildlink problems noted on tech-pkg@
"Re: graphics/gdk-pixbuf can't find <gdk/gdk.h> build problem" are fixed.

diffstat:

 x11/gtk/Makefile |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 87371d1543c7 -r af3da81e33cc x11/gtk/Makefile
--- a/x11/gtk/Makefile  Wed Jan 07 02:21:16 2004 +0000
+++ b/x11/gtk/Makefile  Wed Jan 07 03:15:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2004/01/05 23:47:11 jlam Exp $
+# $NetBSD: Makefile,v 1.93 2004/01/07 03:15:54 jlam Exp $
 
 DISTNAME=              gtk+-1.2.10
 PKGREVISION=           5
@@ -11,10 +11,9 @@
 HOMEPAGE=              http://www.gtk.org/
 COMMENT=               The GIMP Toolkit - libraries for building X11 user interfaces
 
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
+BUILD_USES_MSGFMT=     yes
 
-BUILD_USES_MSGFMT=     yes
-USE_BUILDLINK3=                yes
+USE_BUILDLINK2=                yes
 USE_PERL5=             build
 USE_X11BASE=           yes
 USE_GMAKE=             yes
@@ -67,8 +66,8 @@
 post-install:
        ${TEST} ${PREFIX} = ${LOCALBASE} || \
        ${LN} -fs ${PREFIX}/share/aclocal/gtk.m4 \
-               ${LOCALBASE}/share/aclocal/gtk.m4
+         ${LOCALBASE}/share/aclocal/gtk.m4
 
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/glib/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index