diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-05 12:44:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-05 12:44:49 +0100 |
commit | 99eb047e1594d0f78832ecae5d8b60509c7da6a4 (patch) | |
tree | e30ffbf34eda2ec1e928ecab45226e72fe1c0196 /package/avahi/Makefile | |
parent | 3b3487b093985fe757afe581de713279ff8fc7e7 (diff) |
fix build and runtime dependencies
Diffstat (limited to 'package/avahi/Makefile')
-rw-r--r-- | package/avahi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/avahi/Makefile b/package/avahi/Makefile index 05ef2a39c..e7615b451 100644 --- a/package/avahi/Makefile +++ b/package/avahi/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= a83155a6e29e3988f07e5eea3287b21e PKG_DESCR:= mDNS daemon PKG_SECTION:= dhcp -PKG_DEPENDS:= libavahi libdaemon libexpat gettext +PKG_DEPENDS:= libavahi libdaemon libexpat libintl PKG_BUILDDEP:= libdaemon expat gdbm glib gettext PKG_URL:= http://avahi.org/ PKG_SITES:= http://avahi.org/download/ |