diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-gdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ruby-gdal/Makefile b/graphics/ruby-gdal/Makefile index 48a6187a73fc..fe1cd41359ec 100644 --- a/graphics/ruby-gdal/Makefile +++ b/graphics/ruby-gdal/Makefile @@ -15,7 +15,7 @@ COMMENT= Ruby binding for GDAL LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/bin/swig2.0:${PORTSDIR}/devel/swig20 -LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal +LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal LIBTOOLFILES= # empty MAKE_ARGS= USER_DEFS=-fPIC |