aboutsummaryrefslogtreecommitdiffstats
path: root/security/bro
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-24 17:45:22 +0800
committerpav <pav@FreeBSD.org>2009-01-24 17:45:22 +0800
commitf81112c2df0ba94799d7d83eef786adac849a8de (patch)
tree0cb69e103bea55b8c2277b5182cfed04ab144371 /security/bro
parent0be5153333a0969c6b6f2e07bfa570429696dc5d (diff)
downloadfreebsd-ports-gnome-f81112c2df0ba94799d7d83eef786adac849a8de.tar.gz
freebsd-ports-gnome-f81112c2df0ba94799d7d83eef786adac849a8de.tar.zst
freebsd-ports-gnome-f81112c2df0ba94799d7d83eef786adac849a8de.zip
- Mark BROKEN on 6.x: does not package
Reported by: pointyhat
Diffstat (limited to 'security/bro')
-rw-r--r--security/bro/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile
index 8d504611c0e9..492dea48935a 100644
--- a/security/bro/Makefile
+++ b/security/bro/Makefile
@@ -26,6 +26,12 @@ CONFIGURE_ARGS= --disable-perftools
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not package
+.endif
+
post-install:
@${INSTALL_DATA} ${WRKSRC}/aux/broccoli/broccoli.conf \
${PREFIX}/etc/broccoli.conf.sample
@@ -36,4 +42,4 @@ post-install:
${LN} -sf ${PREFIX}/lib/libbroccoli.so.2.0 ${PREFIX}/lib/libbroccoli.so
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>