diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-05-15 20:19:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-05-15 20:19:01 +0000 |
commit | 4a17dd1488d9dd8708bf8e1b35c9ece2773f39da (patch) | |
tree | b3d56091a637c9be21c89e060406c74e53e35117 /news/suck | |
parent | - Fix MASTER_SITES (diff) |
- mark BROKEN for inn 2.4
still works with inn 2.3.x
still works with cnews
Notes
Notes:
svn path=/head/; revision=81054
Diffstat (limited to 'news/suck')
-rw-r--r-- | news/suck/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile index 64c7b8889936..33324eefdeb9 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -29,6 +29,7 @@ MAKE_ENV+= DB_LIB_LOC=-L${LOCALBASE}/lib MAKE_ENV+= INCDIR2=-I${LOCALBASE}/include BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/news/cnews .else +BROKEN= inn 2.4 is not supported. You need inn 2.3.x MAKE_ENV+= DB_TYPE="-DUSE_INN23 -DDO_TAGGED_HASH" MAKE_ENV+= DB_LIB="-linn -lstorage" MAKE_ENV+= DB_LIB_LOC=-L${LOCALBASE}/news/lib |