summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-10-03 20:52:35 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-10-03 20:52:35 +0000
commitd999250ca32550333fe7dcf77fd20105ca08fb05 (patch)
tree2771ebd58ac5213ab08ac7288754a93f341872e1 /news
parentMark BROKEN: fails to link (diff)
Move BROKEN to the correct place, suck-cnews slave builds fine
MFH: 2015Q4
Notes
Notes: svn path=/head/; revision=398555
Diffstat (limited to 'news')
-rw-r--r--news/suck/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile
index ddb3293cf512..9a4953e37eeb 100644
--- a/news/suck/Makefile
+++ b/news/suck/Makefile
@@ -13,8 +13,6 @@ PKGNAMESUFFIX?= ${CNEWS_SUFFIX}${PKGNAMESUFFIX2}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Receives/sends news to/from localhost via NNTP
-BROKEN= fails to link
-
CONFLICTS?= suckblow-1.*
USES= gmake shebangfix
@@ -50,6 +48,7 @@ CONFLICTS+= suck-4.*
.endif
.if ${PORT_OPTIONS:MINN}
+BROKEN= fails to link
CFLAGS+= -DNO_CONFIGDATA -I${LOCALBASE}/include/inn
MAKE_ENV+= DB_TYPE="-DUSE_INN23 -DDO_TAGGED_HASH"
MAKE_ENV+= DB_LIB="-linn -lstorage"