diff options
Diffstat (limited to 'dev-php/awl/awl-0.34.ebuild')
-rw-r--r-- | dev-php/awl/awl-0.34.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-php/awl/awl-0.34.ebuild b/dev-php/awl/awl-0.34.ebuild index 06b5c4561..1a797812f 100644 --- a/dev-php/awl/awl-0.34.ebuild +++ b/dev-php/awl/awl-0.34.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI="2" + inherit eutils php-lib-r1 DESCRIPTION="Andrew McMillan's web libraries: A collection of generic classes @@ -14,15 +16,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" -DEPEND="doc? ( dev-php/PEAR-PhpDocumentor )" +DEPEND="dev-lang/php[pcre,postgres,xml] + doc? ( dev-php/PEAR-PhpDocumentor )" RDEPEND="${DEPEND}" need_php5 -pkg_setup() { - require_php_with_use pcre postgres xml -} - src_compile() { if use doc ; then ebegin "Generating documentation" |