Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 16:54:45 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 830741349c4b - main - graphics/p5-OpenGL: Cosmetic change
Message-ID:  <202307311654.36VGsjgZ004076@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=830741349c4bcfa6c52caf6a412ef6af4dd8948a

commit 830741349c4bcfa6c52caf6a412ef6af4dd8948a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-31 16:38:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-31 16:42:00 +0000

    graphics/p5-OpenGL: Cosmetic change
---
 graphics/p5-OpenGL/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/graphics/p5-OpenGL/Makefile b/graphics/p5-OpenGL/Makefile
index 5b590cb69a7c..fbc663bfb9cd 100644
--- a/graphics/p5-OpenGL/Makefile
+++ b/graphics/p5-OpenGL/Makefile
@@ -12,14 +12,15 @@ WWW=		https://metacpan.org/release/OpenGL
 
 MANUAL_PACKAGE_BUILD=	needs the X server it will be used with to build
 
-PORTSCOUT=	limit:^[0-9\.]*$$
-
-CONFIGURE_ARGS=	interface=FREEGLUT
 USES=		gl perl5 display:configure xorg
 USE_PERL5=	configure
 USE_GL=		glut
 USE_XORG=	x11 xext xmu xi ice
 
+CONFIGURE_ARGS=	interface=FREEGLUT
+
+PORTSCOUT=	limit:^[0-9\.]*$$
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307311654.36VGsjgZ004076>