diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-03-15 23:24:27 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-03-15 23:24:27 +0000 |
commit | 917c7b87152f24bdf729c0e00e005e286ec99317 (patch) | |
tree | 9b7158db47cf70dd962d5f3723ecf6116ad8b51e /packages/rsync/rsync.inc | |
parent | ce7a865d4077ae52eeb01bdc339a8ee5dbc5af71 (diff) |
rsync: fix DEPENDS.
Diffstat (limited to 'packages/rsync/rsync.inc')
-rw-r--r-- | packages/rsync/rsync.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/rsync/rsync.inc b/packages/rsync/rsync.inc index 0fbf1d9781..bc24f4daac 100644 --- a/packages/rsync/rsync.inc +++ b/packages/rsync/rsync.inc @@ -3,6 +3,7 @@ HOMEPAGE = "http://www.samba.org/rsync" SECTION = "console/network" LICENSE = "GPL" PRIORITY = "optional" +DEPENDS += "popt" inherit autotools |