diff options
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/sip-3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sip/sip-3.0.ebuild b/dev-python/sip/sip-3.0.ebuild index 434a1469f284..06cfa51fc727 100644 --- a/dev-python/sip/sip-3.0.ebuild +++ b/dev-python/sip/sip-3.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.0.ebuild,v 1.1 2001/11/27 20:55:43 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.0.ebuild,v 1.2 2002/02/17 18:56:03 karltk Exp $ S=${WORKDIR}/${P} DESCRIPTION="SIP is a tool for generating bindings for C++ classes so that they can be used by Python." @@ -12,7 +12,7 @@ DEPEND="virtual/glibc virtual/python" src_compile(){ - ./configure --prefix=/usr || die + ./configure --prefix=/usr --with-qt-dir=/usr/qt/3 || die emake || die } |