git: e2fd86e090ad - main - news/suck: fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Apr 2024 17:25:33 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2fd86e090adc2aed211399712fc74dfc8b1ae64 commit e2fd86e090adc2aed211399712fc74dfc8b1ae64 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2024-04-23 17:25:25 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2024-04-23 17:25:25 +0000 news/suck: fix build --- news/suck/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/news/suck/Makefile b/news/suck/Makefile index 73aa84ced075..53b6346abb26 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -14,6 +14,7 @@ CONFLICTS?= suckblow-1.* USES= autoreconf gmake shebangfix SHEBANG_FILES= sample/post_filter.pl GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-inn-lib=${PREFIX}/lib GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share MAKE_ENV= CHKHISTORY=chkhistory_db.o USE_GITHUB= yes