diff options
author | antoine <antoine@FreeBSD.org> | 2015-10-04 04:52:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-10-04 04:52:35 +0800 |
commit | 1b5ccb87fd18b25c13691fcaddbb6434f4fb0f20 (patch) | |
tree | 2771ebd58ac5213ab08ac7288754a93f341872e1 /news | |
parent | c32af7ba538096e1eb4dc51efe2299c22b156d9a (diff) | |
download | freebsd-ports-gnome-1b5ccb87fd18b25c13691fcaddbb6434f4fb0f20.tar.gz freebsd-ports-gnome-1b5ccb87fd18b25c13691fcaddbb6434f4fb0f20.tar.zst freebsd-ports-gnome-1b5ccb87fd18b25c13691fcaddbb6434f4fb0f20.zip |
Move BROKEN to the correct place, suck-cnews slave builds fine
MFH: 2015Q4
Diffstat (limited to 'news')
-rw-r--r-- | news/suck/Makefile | 3 |
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" |