diff options
author | pav <pav@FreeBSD.org> | 2009-01-24 17:45:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-24 17:45:22 +0800 |
commit | f81112c2df0ba94799d7d83eef786adac849a8de (patch) | |
tree | 0cb69e103bea55b8c2277b5182cfed04ab144371 /security/bro | |
parent | 0be5153333a0969c6b6f2e07bfa570429696dc5d (diff) | |
download | freebsd-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/Makefile | 8 |
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> |