aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/medusa/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/medusa/Makefile b/security/medusa/Makefile
index e95af5c6b822..50e3adfc62bf 100644
--- a/security/medusa/Makefile
+++ b/security/medusa/Makefile
@@ -33,7 +33,9 @@ BROKEN= Does not build on amd64
.endif
.if ${OSVERSION} < 500000
-IGNORE= needs lpthread
+LIB_DEPENDS+= pth.20:${PORTSDIR}/devel/pth
+CFLAGS+= -L${LOCALBASE}/lib/pth
+USE_GCC= 3.2+
.endif
.if defined(WITH_SVN)