diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-24 09:45:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-24 09:45:22 +0000 |
commit | 2bc0a5b07dba4658f6b0e17c8ee7373a4e8f7bf4 (patch) | |
tree | be38373053d007d8cc555c9cd078e45a4a4b4d61 /security/bro | |
parent | e58eb79416f0b2f34c2947ded1439fc272b57257 (diff) | |
download | ports-2bc0a5b07dba4658f6b0e17c8ee7373a4e8f7bf4.tar.gz ports-2bc0a5b07dba4658f6b0e17c8ee7373a4e8f7bf4.zip |
Notes
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> |