diff --git a/daemon/contrib/src/pcre/rules.mak b/daemon/contrib/src/pcre/rules.mak
index f31eaa92a2c26120c90fe8f85b9ebdc88409922e..1cfd5d6f0fe13812230798bd78bc621616aa25a0 100644
--- a/daemon/contrib/src/pcre/rules.mak
+++ b/daemon/contrib/src/pcre/rules.mak
@@ -4,7 +4,7 @@ PCRE_VERSION := 8.35
 PCRE_URL := ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$(PCRE_VERSION).tar.bz2
 
 PKGS += pcre
-ifeq ($(call need_pkg,"libpcre >= 8.33"),)
+ifeq ($(call need_pkg,"libpcre"),)
 PKGS_FOUND += pcre
 endif