svn commit: r447683 - head/x11/p5-X11-XCB

Mathieu Arnold mat at FreeBSD.org
Thu Aug 10 15:19:03 UTC 2017


Author: mat
Date: Thu Aug 10 15:19:01 2017
New Revision: 447683
URL: https://svnweb.freebsd.org/changeset/ports/447683

Log:
  Fix build for Perl 5.25.6+.
  
  With hat:	perl@
  Sponsored by:	Absolight

Modified:
  head/x11/p5-X11-XCB/Makefile   (contents, props changed)

Modified: head/x11/p5-X11-XCB/Makefile
==============================================================================
--- head/x11/p5-X11-XCB/Makefile	Thu Aug 10 15:18:48 2017	(r447682)
+++ head/x11/p5-X11-XCB/Makefile	Thu Aug 10 15:19:01 2017	(r447683)
@@ -30,12 +30,10 @@ BUILD_DEPENDS=	\
 		p5-XS-Object-Magic>=0:devel/p5-XS-Object-Magic
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		localbase perl5
+USE_PERL5=	configure
 USE_XORG=	x11 xcb xproto xinerama
 MAKE_JOBS_UNSAFE=	yes
-
-pre-configure:
-	cd ${WRKSRC} && ${PERL} Makefile.PL
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/X11/XCB/XCB.so


More information about the svn-ports-head mailing list