git: ff61660db66a - main - print/xmbibtex: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jul 2023 14:46:19 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff61660db66a06af7083664255342e0950433d2b commit ff61660db66a06af7083664255342e0950433d2b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-24 14:45:32 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-24 14:46:03 +0000 print/xmbibtex: Fix build with llvm16 - Pet portclippy Sponsored by: The FreeBSD Foundation --- print/xmbibtex/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/print/xmbibtex/Makefile b/print/xmbibtex/Makefile index d6e71baafa5a..eeae1122df30 100644 --- a/print/xmbibtex/Makefile +++ b/print/xmbibtex/Makefile @@ -7,11 +7,12 @@ MASTER_SITES= SUNSITE/apps/tex MAINTAINER= ports@FreeBSD.org COMMENT= Reference manager based on the BibTeX file format -WRKSRC_SUBDIR= src - USES= imake:noman motif xorg +USE_CXXSTD= c++14 USE_XORG= ice sm x11 xext xmu xt xpm +WRKSRC_SUBDIR= src + PLIST_FILES= bin/xmbibtex lib/X11/app-defaults/XmBibTeX .include <bsd.port.mk>