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 | |
parent | cd26e61c5623d068efe5af593065a78fb55efd2f (diff) | |
download | pkgsrc-1337bf38dc5ca9a7a2a066e05cdd98e94df31e0c.tar.gz |
Uses C++.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt2/Makefile | 3 | ||||
-rw-r--r-- | x11/py-wxWidgets/Makefile | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/x11/py-wxWidgets/Makefile b/x11/py-wxWidgets/Makefile index 94dc2443fe4..88be7ba3205 100644 --- a/x11/py-wxWidgets/Makefile +++ b/x11/py-wxWidgets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/17 13:46:04 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2006/05/26 12:36:19 joerg Exp $ # DISTNAME= wxPython-src-2.6.1.0 @@ -12,6 +12,7 @@ HOMEPAGE= http://wxpython.org/ COMMENT= Python bindings for wxWidgets WRKSRC= ${WRKDIR}/wxPython-src-2.6.1.0/wxPython +USE_LANGUAGES= c c++ USE_TOOLS+= gmake pkg-config # previous name of the package |