diff options
author | joerg <joerg@pkgsrc.org> | 2007-05-08 15:47:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-05-08 15:47:48 +0000 |
commit | bc11ee82f08001080c16bcb6f9e540b8a562b44f (patch) | |
tree | 90fdf831a1dcf47398e63e86997f920294c4b1e2 /sysutils/dbus-qt3 | |
parent | cd281e9d283aff83ee208e2fc60b8b44dc81e827 (diff) | |
download | pkgsrc-bc11ee82f08001080c16bcb6f9e540b8a562b44f.tar.gz |
Needs C for configure.
Diffstat (limited to 'sysutils/dbus-qt3')
-rw-r--r-- | sysutils/dbus-qt3/Makefile | 4 |
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" |