summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/openh323/openh323-1.11.7.ebuild')
-rw-r--r--net-libs/openh323/openh323-1.11.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/openh323/openh323-1.11.7.ebuild b/net-libs/openh323/openh323-1.11.7.ebuild
index 0c578bcca2eb..5b2f678467d9 100644
--- a/net-libs/openh323/openh323-1.11.7.ebuild
+++ b/net-libs/openh323/openh323-1.11.7.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.11.7.ebuild,v 1.8 2004/03/09 02:06:52 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.11.7.ebuild,v 1.9 2004/06/10 20:22:26 agriffis Exp $
IUSE="ssl"
@@ -37,7 +37,7 @@ pkg_setup() {
src_compile() {
export PWLIBDIR=/usr/share/pwlib
export OPENH323DIR=${S}
- if [ "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR=/usr
export OPENSSLLIBS="-lssl -lcrypt"