diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 20:22:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 20:22:26 +0000 |
commit | ca89bb0f5bd937560ddc41c153db77561aa8a2d5 (patch) | |
tree | c4cfa0912fc7208f78983067d2e7e4ccba55018f /net-libs/openh323/openh323-1.12.2-r1.ebuild | |
parent | new version on cpan (Manifest recommit) (diff) | |
download | gentoo-2-ca89bb0f5bd937560ddc41c153db77561aa8a2d5.tar.gz gentoo-2-ca89bb0f5bd937560ddc41c153db77561aa8a2d5.tar.bz2 gentoo-2-ca89bb0f5bd937560ddc41c153db77561aa8a2d5.zip |
Fix use invocation
Diffstat (limited to 'net-libs/openh323/openh323-1.12.2-r1.ebuild')
-rw-r--r-- | net-libs/openh323/openh323-1.12.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/openh323/openh323-1.12.2-r1.ebuild b/net-libs/openh323/openh323-1.12.2-r1.ebuild index 4fbdf0f0efc0..ed0f570b931a 100644 --- a/net-libs/openh323/openh323-1.12.2-r1.ebuild +++ b/net-libs/openh323/openh323-1.12.2-r1.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-libs/openh323/openh323-1.12.2-r1.ebuild,v 1.2 2004/03/09 02:06:52 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.12.2-r1.ebuild,v 1.3 2004/06/10 20:22:26 agriffis Exp $ IUSE="ssl" @@ -54,7 +54,7 @@ src_compile() { makeopts="${makeopts} ASNPARSER=/usr/bin/asnparser NOTRACE=1" - if [ "`use ssl`" ]; then + if use ssl; then export OPENSSLFLAG=1 export OPENSSLDIR=/usr export OPENSSLLIBS="-lssl -lcrypt" |