diff options
author | 2001-05-30 18:24:34 +0000 | |
---|---|---|
committer | 2001-05-30 18:24:34 +0000 | |
commit | ce5048fbeb0b9f340485e88b8e50bb13473a94ad (patch) | |
tree | 34077d7f69cb6a7232db9c1248963feb1287b2c3 /net-im/licq | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-ce5048fbeb0b9f340485e88b8e50bb13473a94ad.tar.gz gentoo-2-ce5048fbeb0b9f340485e88b8e50bb13473a94ad.tar.bz2 gentoo-2-ce5048fbeb0b9f340485e88b8e50bb13473a94ad.zip |
*** empty log message ***
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/licq-1.0.3.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net-im/licq/licq-1.0.3.ebuild b/net-im/licq/licq-1.0.3.ebuild index bfca7f485d39..21db10c45873 100644 --- a/net-im/licq/licq-1.0.3.ebuild +++ b/net-im/licq/licq-1.0.3.ebuild @@ -14,14 +14,9 @@ SRC_URI="http://download.sourceforge.net/${PN}/${A} HOMEPAGE="http://www.licq.org" DEPEND="virtual/glibc - ssl ( >=dev-libs/openssl-0.9.6 )" + ssl? ( >=dev-libs/openssl-0.9.6 )" -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { +src_compile() { local myconf if [ -z "`use ssl`" ] then @@ -35,7 +30,7 @@ src_compile() { try make } -src_install() { +src_install() { try make prefix=${D}/usr install dodoc README.OPENSSL doc/* } |