diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-06-06 00:38:53 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-06-06 00:38:53 +0000 |
commit | 9612c56fd6c0e9e49bc32316a1895b6e5b5fb463 (patch) | |
tree | f8bf166147f1abc9718c18d0da296bb37737a949 /dev-perl/DBD-Pg/DBD-Pg-1.31.ebuild | |
parent | Add new revision hopefully fixing the Altivec problems on PowerPC, drop old r... (diff) | |
download | historical-9612c56fd6c0e9e49bc32316a1895b6e5b5fb463.tar.gz historical-9612c56fd6c0e9e49bc32316a1895b6e5b5fb463.tar.bz2 historical-9612c56fd6c0e9e49bc32316a1895b6e5b5fb463.zip |
Bug 134781
Package-Manager: portage-2.1_rc2-r2
Diffstat (limited to 'dev-perl/DBD-Pg/DBD-Pg-1.31.ebuild')
-rw-r--r-- | dev-perl/DBD-Pg/DBD-Pg-1.31.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-perl/DBD-Pg/DBD-Pg-1.31.ebuild b/dev-perl/DBD-Pg/DBD-Pg-1.31.ebuild index ba07dbad8385..d4397cd52679 100644 --- a/dev-perl/DBD-Pg/DBD-Pg-1.31.ebuild +++ b/dev-perl/DBD-Pg/DBD-Pg-1.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-1.31.ebuild,v 1.12 2006/02/13 11:00:02 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-1.31.ebuild,v 1.13 2006/06/06 00:37:59 mcummings Exp $ inherit perl-module eutils @@ -16,6 +16,8 @@ DEPEND="virtual/perl-Test-Simple dev-perl/DBI dev-db/postgresql" +RDEPEND="${DEPEND}" + # env variables for compilation: export POSTGRES_INCLUDE=/usr/include/postgresql/pgsql export POSTGRES_LIB=/usr/lib/postgresql/ |