diff options
author | obache <obache@pkgsrc.org> | 2006-09-06 12:09:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-09-06 12:09:41 +0000 |
commit | 400ec5c3d1387bdfb64ed9111b6cf7ac089966f9 (patch) | |
tree | 617cac96ab994a3e72490b9a04c37b68ac92db94 /x11 | |
parent | fd042555eb98b8f5074f6cbac674be24fb0ad340 (diff) | |
download | pkgsrc-400ec5c3d1387bdfb64ed9111b6cf7ac089966f9.tar.gz |
Also uses c.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qtarch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qtarch/Makefile b/x11/qtarch/Makefile index 74259c6af2f..4dfbf1e07dd 100644 --- a/x11/qtarch/Makefile +++ b/x11/qtarch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/05/19 07:42:40 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2006/09/06 12:09:41 obache Exp $ # DISTNAME= qtarch-2.2-1 @@ -13,7 +13,7 @@ HOMEPAGE= http://qtarch.sourceforge.net/ COMMENT= Graphical dialog editor for the Qt widget set WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= gmake INSTALLATION_DIRS= bin |