aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:38:08 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:42:00 +0000
commit830741349c4bcfa6c52caf6a412ef6af4dd8948a (patch)
treebcca48f90637561abd499116662efc2250e7d718
parent08d4ab134d5c9e0ff7940df1cf11ee1d3424f58d (diff)
downloadports-830741349c4bcfa6c52caf6a412ef6af4dd8948a.tar.gz
ports-830741349c4bcfa6c52caf6a412ef6af4dd8948a.zip
graphics/p5-OpenGL: Cosmetic change
-rw-r--r--graphics/p5-OpenGL/Makefile7
1 files 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