diff options
Diffstat (limited to 'package/pdnsd')
-rw-r--r-- | package/pdnsd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pdnsd/Makefile b/package/pdnsd/Makefile index 36b4896b7..64757186b 100644 --- a/package/pdnsd/Makefile +++ b/package/pdnsd/Makefile @@ -13,6 +13,8 @@ PKG_DEPENDS:= libpthread PKG_URL:= http://www.phys.uu.nl/~rombouts/pdnsd.html PKG_SITES:= http://www.phys.uu.nl/~rombouts/pdnsd/releases/ +PKG_HOST_DEPENDS:= !netbsd + DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-par.tar.gz include $(TOPDIR)/mk/package.mk |