pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dbus-qt3 Needs C for configure.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f3f768b75c6
branches:  trunk
changeset: 528566:1f3f768b75c6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue May 08 15:47:48 2007 +0000

description:
Needs C for configure.

diffstat:

 sysutils/dbus-qt3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9dd53b478fb1 -r 1f3f768b75c6 sysutils/dbus-qt3/Makefile
--- a/sysutils/dbus-qt3/Makefile        Tue May 08 15:20:41 2007 +0000
+++ b/sysutils/dbus-qt3/Makefile        Tue May 08 15:47:48 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/21 14:31:18 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2007/05/08 15:47:48 joerg Exp $
 #
 
 DISTNAME=      dbus-qt3-0.70
@@ -13,7 +13,7 @@
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=       --with-qt3-moc=${QTDIR}/bin/moc
 USE_LIBTOOL=   yes
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config gmake
 
 .include "../../sysutils/dbus/buildlink3.mk"



Home | Main Index | Thread Index | Old Index