diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-04 13:07:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-04 13:07:01 +0100 |
commit | 51587fc1590d05b7e85023d5e90bbd3a1d909223 (patch) | |
tree | f2a5e92f7bc6a27525a67c892ce3098489fb4741 /package/pcre/Makefile | |
parent | 539504330987714b2189f8887c66682171cbecc8 (diff) |
rename pcre package -> libpcre, fix nmap build dependency
Diffstat (limited to 'package/pcre/Makefile')
-rw-r--r-- | package/pcre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pcre/Makefile b/package/pcre/Makefile index 22d510c6a..e36c6a5d6 100644 --- a/package/pcre/Makefile +++ b/package/pcre/Makefile @@ -14,7 +14,7 @@ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=pcre/} include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,LIBPCRE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,LIBPCRE,libpcre,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_STYLE:= gnu CONFIGURE_ARGS+= --disable-cpp |