diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-30 18:24:34 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-30 18:24:34 +0000 |
commit | b4ac26f59dc91b3f61256f35e5dd94277fbb48e8 (patch) | |
tree | 068caa10f95726f1816327996c8fed5e5913261e /net-im/licq | |
parent | Added slirp a SLIP/PPP emulator for terminals (diff) | |
download | historical-b4ac26f59dc91b3f61256f35e5dd94277fbb48e8.tar.gz historical-b4ac26f59dc91b3f61256f35e5dd94277fbb48e8.tar.bz2 historical-b4ac26f59dc91b3f61256f35e5dd94277fbb48e8.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/* } |