pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kdebase3 Do not use bl2 files in USE_BUILDLINK3=YE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a8cd110423a
branches:  trunk
changeset: 474661:6a8cd110423a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 03 20:57:14 2004 +0000

description:
Do not use bl2 files in USE_BUILDLINK3=YES packages
(motif.bl2 -> motif.bl3).

diffstat:

 x11/kdebase3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5aac6a9003dc -r 6a8cd110423a x11/kdebase3/Makefile
--- a/x11/kdebase3/Makefile     Mon May 03 20:56:35 2004 +0000
+++ b/x11/kdebase3/Makefile     Mon May 03 20:57:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2004/04/20 12:33:56 markd Exp $
+# $NetBSD: Makefile,v 1.49 2004/05/03 20:57:14 wiz Exp $
 
 DISTNAME=      kdebase-${_KDE_VERSION}
 CATEGORIES=    x11
@@ -52,7 +52,7 @@
 PLIST_SRC+=            ${PKGDIR}/PLIST.nsplugins
 CONFIGURE_ARGS+=       --with-motif-includes="${BUILDLINK_PREFIX.motif}/include"
 CONFIGURE_ARGS+=       --with-motif-libraries="${BUILDLINK_PREFIX.motif}/lib"
-.include "../../mk/motif.buildlink2.mk"
+.include "../../mk/motif.buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --without-motif
 .endif



Home | Main Index | Thread Index | Old Index