mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Attempt to clean up the DEPEND field of some of the bep files to match the format described on the wiki.
This commit is contained in:
@@ -4,9 +4,12 @@ SRC_URI="http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.5.tar.gz"
|
||||
REVISION="1"
|
||||
CHECKSUM_MD5="e701095e1824b7e512a17000f4c0a783"
|
||||
STATUS_HAIKU="stable"
|
||||
|
||||
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
||||
# pkgconfig is only a build dependency
|
||||
DEPEND="gcc4, pkgconfig, curl, libsigc++, libtorrent"
|
||||
DEPEND="pkgconfig >= 0.23
|
||||
curl >= 7.19.1
|
||||
libsigc++ >= ??
|
||||
net-libs/libtorrent >= 0.12.5"
|
||||
|
||||
BUILD {
|
||||
cd rtorrent-0.8.5
|
||||
|
||||
Reference in New Issue
Block a user