diff options
author | wiz <wiz> | 2006-05-21 02:10:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-05-21 02:10:53 +0000 |
commit | 0e0452b6afcded28ae4d5ee33b3ed7343b9cc4de (patch) | |
tree | 2e52fc65a6f97224b6db4694149ef653d0c08e2a /x11 | |
parent | 625680e84fec1be069d06a968190423316b635b2 (diff) | |
download | pkgsrc-0e0452b6afcded28ae4d5ee33b3ed7343b9cc4de.tar.gz |
USE_LANGUAGES=c++
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt2-sip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/py-qt2-sip/Makefile b/x11/py-qt2-sip/Makefile index f1d786f8cb1..e8ec378017f 100644 --- a/x11/py-qt2-sip/Makefile +++ b/x11/py-qt2-sip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/04/17 13:47:00 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2006/05/21 02:10:53 wiz Exp $ # DISTNAME= sip-3.1 @@ -11,6 +11,7 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://www.riverbankcomputing.co.uk/sip/index.php COMMENT= Tool to create Python bindings for C++ libraries +USE_LANGUAGES= c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes |