1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

print/xmbibtex: Fix build with llvm16

- Pet portclippy

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-07-24 16:45:32 +02:00
parent 23e286433f
commit ff61660db6

View File

@ -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>