aboutsummaryrefslogtreecommitdiff
path: root/security/medusa
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-12 01:53:51 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-12 01:53:51 +0000
commit4dc580cc3cb5813442bff765a68bd3c119a1ac6a (patch)
treeffc10944f40861b8914478543c88dc9df9bb9876 /security/medusa
parent326e416cf00e0b7bf58387be2a8e7f6ab4774bfe (diff)
downloadports-4dc580cc3cb5813442bff765a68bd3c119a1ac6a.tar.gz
ports-4dc580cc3cb5813442bff765a68bd3c119a1ac6a.zip
Notes
Diffstat (limited to 'security/medusa')
-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)