diff options
author | dholland <dholland@pkgsrc.org> | 2015-07-12 07:22:08 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-07-12 07:22:08 +0000 |
commit | e8e1b1c355e3196bd82d0f256f50aa07efd8009f (patch) | |
tree | 3a38ee734a30d50f8ca0fff03963c7475486e6ab /security | |
parent | 2fcb06b33bf4e6fe788294501397822b49eac4ba (diff) | |
download | pkgsrc-e8e1b1c355e3196bd82d0f256f50aa07efd8009f.tar.gz |
Use BROKEN_EXCEPT_ON_PLATFORM for package requiring minor porting.
Diffstat (limited to 'security')
-rw-r--r-- | security/tripwire/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 31ec284456d..2a4d669ab18 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2015/03/15 16:57:31 tnn Exp $ +# $NetBSD: Makefile,v 1.36 2015/07/12 07:22:08 dholland Exp $ # DISTNAME= tripwire-1.2 @@ -13,7 +13,7 @@ COMMENT= File and directory integrity checker USE_TOOLS+= pax lex yacc MAKE_JOBS_SAFE= NO -ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* SunOS-*-* +BROKEN_EXCEPT_ON_PLATFORM= NetBSD-*-* FreeBSD-*-* SunOS-*-* PKG_SYSCONFSUBDIR= tripwire OWN_DIRS= ${PKG_SYSCONFDIR}/databases |