diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 5946936ffcde6674d4e6801abd4a757acd269dd5 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /x11/py-qt2 | |
parent | 2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff) | |
download | pkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'x11/py-qt2')
-rw-r--r-- | x11/py-qt2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/py-qt2/Makefile b/x11/py-qt2/Makefile index 31ff12643c4..1eff3f44bdb 100644 --- a/x11/py-qt2/Makefile +++ b/x11/py-qt2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/09/18 19:55:15 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2005/09/28 20:52:28 rillig Exp $ # DISTNAME= PyQt-3.1-Qt-2.3.1 @@ -12,9 +12,9 @@ HOMEPAGE= http://www.riverbankcomputing.co.uk/pyqt/index.php COMMENT= Python bindings for the Qt toolkit WRKSRC= ${WRKDIR}/PyQt-3.1 -USE_LIBTOOL= # defined +USE_LIBTOOL= yes -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-python=${PYTHONBIN} \ --with-qt-dir=${QTDIR} |