mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Due to a misuse of a make(1) command, the WITHOUT_INN_2-X
switch was being completely ignored. This fixes that. I'm bumping PORTREVISION here because a rebuild could potentially cause a new dependency list and a different output binary.
This commit is contained in:
parent
73ac915369
commit
b517e41b1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134013
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= newsx
|
||||
PORTVERSION= 1.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= news
|
||||
MASTER_SITES= ftp://ftp.kvaleberg.com/pub/
|
||||
|
||||
@ -16,7 +16,7 @@ COMMENT= A program to fetch news from and post news to a remote NNTP server
|
||||
|
||||
.if defined(WITH_CNEWS)
|
||||
BUILD_DEPENDS= ${LOCALBASE}/news/lib/libcnews.a:${PORTSDIR}/news/cnews
|
||||
.else !defined(WITHOUT_INN_2-X)
|
||||
.elif !defined(WITHOUT_INN_2-X)
|
||||
BUILD_DEPENDS= ${LOCALBASE}/news/lib/libinn.a:${PORTSDIR}/news/inn
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user