diff options
Diffstat (limited to 'graphics/quesa')
-rw-r--r-- | graphics/quesa/Makefile | 1 | ||||
-rw-r--r-- | graphics/quesa/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/quesa/Makefile b/graphics/quesa/Makefile index ffa5d0ff807e..a8c902672cb0 100644 --- a/graphics/quesa/Makefile +++ b/graphics/quesa/Makefile @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= High level 3D graphics library compatible with Apple's QuickDraw(TM) USES= libtool +USE_CXXSTD= gnu++98 GNU_CONFIGURE= yes USE_GL= glut USE_XORG= x11 ice xmu xi diff --git a/graphics/quesa/pkg-descr b/graphics/quesa/pkg-descr index 924b283f52ba..8950a6b96418 100644 --- a/graphics/quesa/pkg-descr +++ b/graphics/quesa/pkg-descr @@ -7,4 +7,4 @@ QD3D supports both retained and immediate mode rendering, an extensible file format, plug-in renderers, a wide range of high level geometries, hierarchical models, and a consistent and object-orientated API. -WWW: http://quesa.designcommunity.com/ +WWW: http://quesa.sourceforge.net/ |