diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-19 07:42:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-19 07:42:40 +0000 |
commit | eb7b7e1a6213c1e8ff19d808727d47910e15e1c1 (patch) | |
tree | dc1e705015c996d2db621ccfff41e6d0071b301d /x11/qtarch | |
parent | 1a09d2ffa79eca533f63926231755d6be0bc4996 (diff) | |
download | pkgsrc-eb7b7e1a6213c1e8ff19d808727d47910e15e1c1.tar.gz |
Uses C++.
Diffstat (limited to 'x11/qtarch')
-rw-r--r-- | x11/qtarch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qtarch/Makefile b/x11/qtarch/Makefile index 6043cf8c10c..74259c6af2f 100644 --- a/x11/qtarch/Makefile +++ b/x11/qtarch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/04/17 13:47:00 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2006/05/19 07:42:40 joerg Exp $ # DISTNAME= qtarch-2.2-1 @@ -13,6 +13,7 @@ HOMEPAGE= http://qtarch.sourceforge.net/ COMMENT= Graphical dialog editor for the Qt widget set WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +USE_LANGUAGES= c++ USE_TOOLS+= gmake INSTALLATION_DIRS= bin |