git: 30b239b4ddbc - main - x11/libX11: Remove unnecessary perl5 dependency

Kevin Bowling kbowling at FreeBSD.org
Fri Jun 25 21:18:16 UTC 2021


The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=30b239b4ddbc30652ef5dd985136318fbd685bd9

commit 30b239b4ddbc30652ef5dd985136318fbd685bd9
Author:     Steve Wills <swills at FreeBSD.org>
AuthorDate: 2021-06-25 21:16:37 +0000
Commit:     Kevin Bowling <kbowling at 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


More information about the dev-commits-ports-main mailing list