diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-09-03 12:38:04 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-09-03 12:38:04 +0000 |
commit | 479bb2804056de5e8445a915da86edb437eb9a4c (patch) | |
tree | dcad5d7b19a608def44fbbcbf215e7636c6e41b3 /graphics | |
parent | 31c7279fdbc5047d277db9bdc0647ef2a32b83f0 (diff) | |
download | ports-479bb2804056de5e8445a915da86edb437eb9a4c.tar.gz ports-479bb2804056de5e8445a915da86edb437eb9a4c.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/osg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index ef7fd232dbe6..760705d66684 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -29,6 +29,7 @@ USE_GNOME= pkgconfig USE_XORG= x11 USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes +USE_GCC= 4.2+ PLIST_SUB= OSG_VERSION=${PORTVERSION} \ OSG_SHLIBVER=55 \ |