git: 830741349c4b - main - graphics/p5-OpenGL: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 16:54:45 UTC
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