diff options
-rw-r--r-- | desktop/odccm/README | 2 | ||||
-rw-r--r-- | desktop/odccm/odccm.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/desktop/odccm/README b/desktop/odccm/README index cda8b03c2b2c..bc5daa8c7167 100644 --- a/desktop/odccm/README +++ b/desktop/odccm/README @@ -5,5 +5,3 @@ odccm now supports pre Windows Mobile 5 devices by passing "--enable-legacy-support" to configure. It does not replace the functionality of synce-serial, which must still be properly installed and configured. - -This requires libsynce and gnet. diff --git a/desktop/odccm/odccm.info b/desktop/odccm/odccm.info index 2d8fb519e95e..bec5a8db1931 100644 --- a/desktop/odccm/odccm.info +++ b/desktop/odccm/odccm.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/synce/odccm-0.13.tar.gz" MD5SUM="8f12585398f1a79518887d5f94cf122d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gnet libsynce" +REQUIRES="libsynce gnet" MAINTAINER="redtricycle" EMAIL="redtricycle@gmail.com" |