diff options
| author | Nicolas Thill | 2011-11-15 03:30:27 +0000 |
|---|---|---|
| committer | Nicolas Thill | 2011-11-15 03:30:27 +0000 |
| commit | 1bf12dd75cc0a3aad7cf1ee330512c34ff4623fc (patch) | |
| tree | b13f4a028edf6245397ea3eefc6f9d1bda354674 | |
| parent | 09e794a1ee53de449ad7b2580e6aa608f310b195 (diff) | |
| download | packages-1bf12dd75cc0a3aad7cf1ee330512c34ff4623fc.tar.gz | |
packages/nmap: merge r29149
SVN-Revision: 29150
| -rw-r--r-- | net/nmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index 5bc2ee423..f9e07893d 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -14,7 +14,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nmap PKG_VERSION:=5.51 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://nmap.org/dist/ @@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk NMAP_DEPENDS:=+libnl +libpcap +libstdcpp NCAT_DEPENDS:=+libpcap -NPING_DEPENDS:=+libnl +libpcap +libpthread +NPING_DEPENDS:=+libnl +libpcap +libpthread +libstdcpp NDIFF_DEPENDS:=+python define Package/nmap/default |