diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:23:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:23:25 +0000 |
commit | e6ffa1f425ea668e859fae97edfd25a239614331 (patch) | |
tree | 255b3b2c0cd318aabd72e99ccb876cde204de6b7 /graphics/gpsmanshp/Makefile | |
parent | 9f1b40e753cf899e58168a889a3df63c843fcb4a (diff) |
Notes
Diffstat (limited to 'graphics/gpsmanshp/Makefile')
-rw-r--r-- | graphics/gpsmanshp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gpsmanshp/Makefile b/graphics/gpsmanshp/Makefile index ebc1a69e892e..40d3c05ca3ba 100644 --- a/graphics/gpsmanshp/Makefile +++ b/graphics/gpsmanshp/Makefile @@ -13,8 +13,8 @@ MAINTAINER= jhay@FreeBSD.org COMMENT= Shapelib support for gpsman RUN_DEPENDS= gpsman:${PORTSDIR}/astro/gpsman -LIB_DEPENDS= shp.1:${PORTSDIR}/devel/shapelib \ - tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//} +LIB_DEPENDS= libshp.so:${PORTSDIR}/devel/shapelib \ + libtcl${TCLVERSION:S/.//}.so:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//} TCLVERSION?= 8.4 PLIST_SUB= TCLVERSION=${TCLVERSION} PORTVERSION=${PORTVERSION} |