diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-10 23:47:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-10 23:47:34 +0800 |
commit | 1260b39fff1f5950db403d4990e858d1d3c21f8f (patch) | |
tree | 57107c6b43612bd2a232fd390b475f6e7dcff6ae /graphics | |
parent | 2694c6483445020631a58c34e56240e4d4190dda (diff) | |
download | marcuscom-ports-1260b39fff1f5950db403d4990e858d1d3c21f8f.tar marcuscom-ports-1260b39fff1f5950db403d4990e858d1d3c21f8f.tar.gz marcuscom-ports-1260b39fff1f5950db403d4990e858d1d3c21f8f.tar.bz2 marcuscom-ports-1260b39fff1f5950db403d4990e858d1d3c21f8f.tar.lz marcuscom-ports-1260b39fff1f5950db403d4990e858d1d3c21f8f.tar.xz marcuscom-ports-1260b39fff1f5950db403d4990e858d1d3c21f8f.tar.zst marcuscom-ports-1260b39fff1f5950db403d4990e858d1d3c21f8f.zip |
Sync with FreeBSD ports.
Reported by: romain
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14802 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/osg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 04f1c507d..8ebc7ec3e 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -84,7 +84,7 @@ PLIST_SUB+= FREETYPE="@comment " .if defined(WITH_GDAL) FORCE_REQUIRE+= GDAL -LIB_DEPENDS+= gdal.14:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.15:${PORTSDIR}/graphics/gdal PLIST_SUB+= GDAL="" .else FORCE_IGNORE+= GDAL |