diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 01:53:51 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 01:53:51 +0000 |
commit | 4dc580cc3cb5813442bff765a68bd3c119a1ac6a (patch) | |
tree | ffc10944f40861b8914478543c88dc9df9bb9876 /security/medusa | |
parent | 326e416cf00e0b7bf58387be2a8e7f6ab4774bfe (diff) | |
download | ports-4dc580cc3cb5813442bff765a68bd3c119a1ac6a.tar.gz ports-4dc580cc3cb5813442bff765a68bd3c119a1ac6a.zip |
Notes
Diffstat (limited to 'security/medusa')
-rw-r--r-- | security/medusa/Makefile | 4 |
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) |