diff options
Diffstat (limited to 'net-dns/pdns/pdns-2.9.8.ebuild')
-rw-r--r-- | net-dns/pdns/pdns-2.9.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/pdns/pdns-2.9.8.ebuild b/net-dns/pdns/pdns-2.9.8.ebuild index 81bde56af258..7b5b98fed8d0 100644 --- a/net-dns/pdns/pdns-2.9.8.ebuild +++ b/net-dns/pdns/pdns-2.9.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.8.ebuild,v 1.4 2004/01/03 19:04:01 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.8.ebuild,v 1.5 2004/04/26 04:34:30 agriffis Exp $ DESCRIPTION="The PowerDNS Daemon." SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.gz" @@ -25,7 +25,7 @@ src_compile() { use mysql && modules="gmysql $modules" myconf="$myconf --with-modules=$modules" - econf $myconf + econf $myconf || die "econf failed" emake || die "emake failed" } |