diff options
author | cy <cy@FreeBSD.org> | 2006-01-16 20:32:32 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2006-01-16 20:32:32 +0800 |
commit | 719d2de1bb5c2a86aa2500825a268c587d5c9326 (patch) | |
tree | 3a8159e7998020149e0447fe91b58d26adad1f5c /security | |
parent | 3e22084526df3e746f135c7f922162eda3d336c2 (diff) | |
download | freebsd-ports-graphics-719d2de1bb5c2a86aa2500825a268c587d5c9326.tar.gz freebsd-ports-graphics-719d2de1bb5c2a86aa2500825a268c587d5c9326.tar.zst freebsd-ports-graphics-719d2de1bb5c2a86aa2500825a268c587d5c9326.zip |
Tripwire fails to build under the latest checkout of 6.0-STABLE.
Diffstat (limited to 'security')
-rw-r--r-- | security/tripwire/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index b954e5a5c69..36d9e390717 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.[0-9]*$/-&/:C/-\./-/} MAINTAINER= cy@FreeBSD.org COMMENT= File system security and verification program +BROKEN= DOES NOT BUILD: /usr/lib/libpthread.so: undefined reference to __usleep LATEST_LINK= ${PORTNAME} MAN5= twfiles.5 twconfig.5 twpolicy.5 |