aboutsummaryrefslogtreecommitdiffstats
path: root/devel/simgear
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-02-19 07:05:36 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-02-19 07:05:36 +0800
commit5244d085b69beaaa823290647df67f2619ae1cf9 (patch)
tree348bfeadc29881337c80a4bc46d71929a36bd0b1 /devel/simgear
parentfef5f857f719e96d84e0e13ea83971220ce34a6c (diff)
downloadfreebsd-ports-gnome-5244d085b69beaaa823290647df67f2619ae1cf9.tar.gz
freebsd-ports-gnome-5244d085b69beaaa823290647df67f2619ae1cf9.tar.zst
freebsd-ports-gnome-5244d085b69beaaa823290647df67f2619ae1cf9.zip
- Add optional support for graphics/osg-devel, which should fix some rendering bugs
PR: 131613 Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer)
Diffstat (limited to 'devel/simgear')
-rw-r--r--devel/simgear/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile
index f1e710ffe67a..a4b5991f6fe0 100644
--- a/devel/simgear/Makefile
+++ b/devel/simgear/Makefile
@@ -19,9 +19,14 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
jpeg.9:${PORTSDIR}/graphics/jpeg \
alut.1:${PORTSDIR}/audio/freealut \
- osg.48:${PORTSDIR}/graphics/osg \
boost_thread.4:${PORTSDIR}/devel/boost
+.if defined(WITH_OSG_DEVEL)
+LIB_DEPENDS+= osg.54:${PORTSDIR}/graphics/osg-devel
+.else
+LIB_DEPENDS+= osg.48:${PORTSDIR}/graphics/osg
+.endif
+
USE_XORG= ice sm x11 xext xi xt xmu
USE_GL= gl glu glut
GNU_CONFIGURE= yes
7a2c9f1a'>SCIM updated to 1.4.2.nork2005-10-151-1/+1 * Canonicalize name of null maintainer.linimon2005-10-041-1/+1 * o Update to 1.4.0.nork2005-07-301-1/+1 * o Updatenork2005-05-101-1/+1 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1 * - update to 0.5.1, use scim-table-imengine nowclsung2005-03-076-25/+43 * Remove dead master site and update WWW.vanilla2005-01-202-3/+2 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1 * Upgrade textproc/scim and related ports:thierry2004-10-193-6/+6 * Add a forgotten PLIST_SUB in last update to textproc/scim to support 4-STABLE.arved2004-08-222-3/+3 * 1: Make scim buildable on 4-X.vanilla2004-08-121-2/+10 * - Update WWWpav2004-07-301-1/+1