diff options
author | Christian Parpart <trapni@gentoo.org> | 2005-04-15 06:21:02 +0000 |
---|---|---|
committer | Christian Parpart <trapni@gentoo.org> | 2005-04-15 06:21:02 +0000 |
commit | c7a4478de86f1dd6ffb6bffdb48ef24759b92b34 (patch) | |
tree | 26c36f98c22f65205e41457a8fec2b16eeac0e5b /www-apache/mod_gnutls | |
parent | digest updates (diff) | |
download | gentoo-2-c7a4478de86f1dd6ffb6bffdb48ef24759b92b34.tar.gz gentoo-2-c7a4478de86f1dd6ffb6bffdb48ef24759b92b34.tar.bz2 gentoo-2-c7a4478de86f1dd6ffb6bffdb48ef24759b92b34.zip |
consitency fix
(Portage version: 2.0.51.19)
Diffstat (limited to 'www-apache/mod_gnutls')
-rw-r--r-- | www-apache/mod_gnutls/mod_gnutls-0.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_gnutls/mod_gnutls-0.1.1-r1.ebuild b/www-apache/mod_gnutls/mod_gnutls-0.1.1-r1.ebuild index c1eac6ec32aa..90e508ec6f7b 100644 --- a/www-apache/mod_gnutls/mod_gnutls-0.1.1-r1.ebuild +++ b/www-apache/mod_gnutls/mod_gnutls-0.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/mod_gnutls-0.1.1-r1.ebuild,v 1.4 2005/04/13 03:30:33 trapni Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/mod_gnutls-0.1.1-r1.ebuild,v 1.5 2005/04/15 06:21:02 trapni Exp $ inherit apache-module ssl-cert @@ -25,7 +25,7 @@ DOCFILES="LICENSE NOTICE README" need_apache2 src_compile() { - econf --with-apxs=/usr/sbin/apxs2 || die "configure failed" + econf --with-apxs="${APXS2}" || die "configure failed" emake || die "make failed" } |