diff options
Diffstat (limited to 'dev-libs/pwlib/pwlib-1.6.3.ebuild')
-rw-r--r-- | dev-libs/pwlib/pwlib-1.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/pwlib/pwlib-1.6.3.ebuild b/dev-libs/pwlib/pwlib-1.6.3.ebuild index 65c444b453d1..ada09ac67abb 100644 --- a/dev-libs/pwlib/pwlib-1.6.3.ebuild +++ b/dev-libs/pwlib/pwlib-1.6.3.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/dev-libs/pwlib/pwlib-1.6.3.ebuild,v 1.2 2004/03/09 02:08:21 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.6.3.ebuild,v 1.3 2004/06/03 16:16:41 agriffis Exp $ IUSE="ssl sdl ieee1394 alsa esd ldap" @@ -43,7 +43,7 @@ src_compile() { local plugins local myconf - if [ "`use ssl`" ]; then + if use ssl; then export OPENSSLFLAG=1 export OPENSSLDIR="/usr" export OPENSSLLIBS="-lssl -lcrypt" |