diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 01:29:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 01:29:15 +0800 |
commit | f1c2eaaba9616fadcbc81183528c73a28522d8ba (patch) | |
tree | 6a5d3a3d0c29170311e0a0384c34f4dd7d3d1fad /graphics | |
parent | 98392d1bc9499b132cb22f148e2f0de2aec14ba0 (diff) | |
download | freebsd-ports-gnome-f1c2eaaba9616fadcbc81183528c73a28522d8ba.tar.gz freebsd-ports-gnome-f1c2eaaba9616fadcbc81183528c73a28522d8ba.tar.zst freebsd-ports-gnome-f1c2eaaba9616fadcbc81183528c73a28522d8ba.zip |
- Convert to new LIB_DEPENDS format
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 |