diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-03 09:56:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-03 09:56:10 +0000 |
commit | 1237695bd2f5ea312b142e8b833e83bbc799b4d1 (patch) | |
tree | b0c84aacc1b1e962f8a344f142935db04a355a4b /security/bro | |
parent | 68fc63e1b72fb8c6cb47150186ef4c1250d2af50 (diff) | |
download | ports-1237695bd2f5ea312b142e8b833e83bbc799b4d1.tar.gz ports-1237695bd2f5ea312b142e8b833e83bbc799b4d1.zip |
Mark this NO_PACKAGE until DavidO can fix it.
Notes
Notes:
svn path=/head/; revision=10016
Diffstat (limited to 'security/bro')
-rw-r--r-- | security/bro/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index 1dc3cec9a93b..70ddfb5d8bfa 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -4,7 +4,7 @@ # Date created: Sat Feb 28, 1998 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.1.1.1 1998/03/02 10:35:04 obrien Exp $ +# $Id: Makefile,v 1.2 1998/03/03 09:53:37 asami Exp $ # DISTNAME= vp-bro-0.3-alpha @@ -15,6 +15,7 @@ MASTER_SITES= ftp://ee.lbl.gov/ \ MAINTAINER= obrien@NUXI.com +NO_PACKAGE= libbind.a compiled without optimization WRKSRC= ${WRKDIR}/bro-0.3 CONFIGURE_ARGS= --libdir=${PREFIX}/share GNU_CONFIGURE= yes |