summaryrefslogtreecommitdiff
path: root/sysutils/dbus-qt3
diff options
context:
space:
mode:
authorjoerg <joerg>2007-05-08 15:47:48 +0000
committerjoerg <joerg>2007-05-08 15:47:48 +0000
commit546cefcb10e634575a190bf82955bfaeb060bd34 (patch)
tree90fdf831a1dcf47398e63e86997f920294c4b1e2 /sysutils/dbus-qt3
parent684f3ea1e740fe0bd7bb59becff1ae58cc6897c6 (diff)
downloadpkgsrc-546cefcb10e634575a190bf82955bfaeb060bd34.tar.gz
Needs C for configure.
Diffstat (limited to 'sysutils/dbus-qt3')
-rw-r--r--sysutils/dbus-qt3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dbus-qt3/Makefile b/sysutils/dbus-qt3/Makefile
index c22eca919f0..f01be82184b 100644
--- a/sysutils/dbus-qt3/Makefile
+++ b/sysutils/dbus-qt3/Makefile
@@ -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 @@ COMMENT= D-BUS Qt bindings
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"