summaryrefslogtreecommitdiff
path: root/package/rarpd/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-16 16:47:27 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-16 16:47:27 +0200
commitaff84b44070cc4fed9949a37ea155d3975c6a2fb (patch)
treebe4aedf32e4cbabf8a315e99c0164cc0420a57f8 /package/rarpd/Makefile
parentb2c9a66e24f94f3f9e9602baeb8925e0db5fb306 (diff)
cygwin host build patches, mostly by deactivating packages
Diffstat (limited to 'package/rarpd/Makefile')
-rw-r--r--package/rarpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rarpd/Makefile b/package/rarpd/Makefile
index 58eed4598..4dfd18dea 100644
--- a/package/rarpd/Makefile
+++ b/package/rarpd/Makefile
@@ -6,11 +6,11 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= rarpd
PKG_VERSION:= 1.1
PKG_RELEASE:= 11
-PKG_BUILDDEP+= libnet
PKG_MD5SUM:= 04e2ca849e758d0b88c8281775ec3b58
PKG_DESCR:= Reverse ARP Daemon
PKG_SECTION:= net/misc
PKG_DEPENDS:= libnet
+PKG_BUILDDEP+= libnet
PKG_SITES:= ftp://ftp.dementia.org/pub/net-tools/
include ${TOPDIR}/mk/package.mk