diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-26 12:36:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-26 12:36:19 +0000 |
commit | 1337bf38dc5ca9a7a2a066e05cdd98e94df31e0c (patch) | |
tree | 8db66f7644ad66f532d7501a3833637ffd04711c /x11/py-qt2 | |
parent | cd26e61c5623d068efe5af593065a78fb55efd2f (diff) | |
download | pkgsrc-1337bf38dc5ca9a7a2a066e05cdd98e94df31e0c.tar.gz |
Uses C++.
Diffstat (limited to 'x11/py-qt2')
-rw-r--r-- | x11/py-qt2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/py-qt2/Makefile b/x11/py-qt2/Makefile index cab7fd94ac0..d8c2a14ea4a 100644 --- a/x11/py-qt2/Makefile +++ b/x11/py-qt2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/04/17 13:47:00 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2006/05/26 12:38:57 joerg Exp $ # DISTNAME= PyQt-3.1-Qt-2.3.1 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.riverbankcomputing.co.uk/pyqt/index.php COMMENT= Python bindings for the Qt toolkit WRKSRC= ${WRKDIR}/PyQt-3.1 +USE_LANGUAGES= c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes |