diff options
author | sem <sem@FreeBSD.org> | 2006-01-12 20:54:32 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-01-12 20:54:32 +0800 |
commit | 84212e51d775dff5b931974f05a7c66056717577 (patch) | |
tree | 9489cefff56a9d79f0023f7ff3f2115164369b9c /graphics/p5-OpenGL/Makefile | |
parent | 84d7c4e032c328aee7f8b57d54fce74e1609e36d (diff) | |
download | freebsd-ports-gnome-84212e51d775dff5b931974f05a7c66056717577.tar.gz freebsd-ports-gnome-84212e51d775dff5b931974f05a7c66056717577.tar.zst freebsd-ports-gnome-84212e51d775dff5b931974f05a7c66056717577.zip |
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
Diffstat (limited to 'graphics/p5-OpenGL/Makefile')
-rw-r--r-- | graphics/p5-OpenGL/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/p5-OpenGL/Makefile b/graphics/p5-OpenGL/Makefile index 342b74940eee..710309b40f12 100644 --- a/graphics/p5-OpenGL/Makefile +++ b/graphics/p5-OpenGL/Makefile @@ -8,6 +8,7 @@ PORTNAME= OpenGL PORTVERSION= 0.54 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/I/IL/ILYAZ/modules @@ -16,8 +17,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + PERL_CONFIGURE= yes -USE_MESA= yes post-patch: @${PERL} -pi -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g" ${WRKSRC}/Makefile.PL |