From 63e84b1b84449ee2d7305c779da111b57099caf4 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 28 Sep 2005 20:52:18 +0000 Subject: Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. --- x11/py-qt2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/py-qt2') 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} -- cgit v1.2.3