aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libwpcg
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2006-01-12 20:54:32 +0800
committersem <sem@FreeBSD.org>2006-01-12 20:54:32 +0800
commit84212e51d775dff5b931974f05a7c66056717577 (patch)
tree9489cefff56a9d79f0023f7ff3f2115164369b9c /graphics/libwpcg
parent84d7c4e032c328aee7f8b57d54fce74e1609e36d (diff)
downloadfreebsd-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/libwpcg')
-rw-r--r--graphics/libwpcg/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libwpcg/Makefile b/graphics/libwpcg/Makefile
index b4e0ebf2e97d..8a388d7412ba 100644
--- a/graphics/libwpcg/Makefile
+++ b/graphics/libwpcg/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libwpcg
PORTVERSION= 0.9.3
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.paassen.tmfweb.nl/
DISTNAME= libWPCG-${PORTVERSION}
@@ -15,8 +16,9 @@ DISTNAME= libWPCG-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A basic 2D/3D computer graphics library which uses OpenGL
+LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
+
USE_GCC= 3.4
-USE_MESA= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \