diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 21:54:51 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-25 13:22:26 +0200 |
commit | 1b1bc6e9dc169bf6771aed901a86e4eb89ee616b (patch) | |
tree | 10e9003751d224c10c7e8f2bec9fa4b13b8bf04a /network/aMule | |
parent | 10c2f1fb947f2b10158f143dd314b5a687bc8900 (diff) |
network/aMule: Fixed dep information
Diffstat (limited to 'network/aMule')
-rw-r--r-- | network/aMule/README | 2 | ||||
-rw-r--r-- | network/aMule/aMule.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/network/aMule/README b/network/aMule/README index 40d5479fa442..d304ec0ca1bb 100644 --- a/network/aMule/README +++ b/network/aMule/README @@ -3,7 +3,7 @@ wxWidgets class library. It was originally forked from the xMule project, which in turn was forked from the lMule project. This is turn was the first fork of eMule to run nativly on Linux and other Unix-like systems. -This requires wxPython/wxGTK and cryptopp and optimunally libupnp +libupnp and GeoIP are optional dependencies. You can build optimal features of aMule with following variables; diff --git a/network/aMule/aMule.info b/network/aMule/aMule.info index c61747650257..0d1863414c1b 100644 --- a/network/aMule/aMule.info +++ b/network/aMule/aMule.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/amule/aMule-2.3.1.tar.xz" MD5SUM="5f5707ad2073d37100409870aa5d3f93" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="GeoIP cryptopp libupnp wxPython" +REQUIRES="cryptopp wxPython" MAINTAINER="Ozan Türkyılmaz" EMAIL="<ozan.turkyilmaz[@]gmail.com>" |