Date: Fri, 25 Jun 2021 21:18:15 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 30b239b4ddbc - main - x11/libX11: Remove unnecessary perl5 dependency Message-ID: <202106252118.15PLIFhx094650@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=30b239b4ddbc30652ef5dd985136318fbd685bd9 commit 30b239b4ddbc30652ef5dd985136318fbd685bd9 Author: Steve Wills <swills@FreeBSD.org> AuthorDate: 2021-06-25 21:16:37 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-06-25 21:16:37 +0000 x11/libX11: Remove unnecessary perl5 dependency PR: 233324 Reviewed by: jbeich Approved by: maintainer timeout --- x11/libX11/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index 0ecbecaa94ef..551605211bf3 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -10,13 +10,13 @@ COMMENT= X11 library LICENSE= MIT -USES= cpe perl5 xorg xorg-cat:lib +USES= cpe xorg xorg-cat:lib USE_XORG= xcb xtrans xorgproto -USE_PERL5= build CPE_VENDOR= x CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ --without-xmlto \ + --with-perl=no \ --disable-specs CONFIGURE_ENV+= ac_cv_path_PS2PDF="" INSTALL_TARGET= install-strip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106252118.15PLIFhx094650>