aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/amule-devel/Makefile2
-rw-r--r--net-p2p/amule/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile
index 862b2fc929f7..637f16796879 100644
--- a/net-p2p/amule-devel/Makefile
+++ b/net-p2p/amule-devel/Makefile
@@ -128,7 +128,7 @@ PLIST_SUB+= CAS="@comment "
.endif
.if !defined(WITHOUT_ED2K)
-CONFLICTS+= ed2k-hash-[0-9]*
+CONFLICTS+= ed2k-hash*
CONFIGURE_ARGS+= --enable-ed2k
PLIST_SUB+= ED2K=""
.else
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile
index 7244ec9aa378..0584cb98f084 100644
--- a/net-p2p/amule/Makefile
+++ b/net-p2p/amule/Makefile
@@ -121,7 +121,7 @@ PLIST_SUB+= CAS="@comment "
.endif
.if !defined(WITHOUT_ED2K)
-CONFLICTS+= ed2k-hash-[0-9]*
+CONFLICTS+= ed2k-hash*
CONFIGURE_ARGS+= --enable-ed2k
PLIST_SUB+= ED2K=""
.else