diff options
Diffstat (limited to 'astro/tkgeomap/Makefile')
-rw-r--r-- | astro/tkgeomap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/tkgeomap/Makefile b/astro/tkgeomap/Makefile index 671355bb0eba..d378dd23c6dd 100644 --- a/astro/tkgeomap/Makefile +++ b/astro/tkgeomap/Makefile @@ -6,14 +6,14 @@ # PORTNAME= tkgeomap -PORTVERSION= 2.9 +PORTVERSION= 2.10.1 CATEGORIES= astro tk84 MASTER_SITES= SF MAINTAINER= infofarmer@FreeBSD.org COMMENT= Read, manipulate and display geo data -LIB_DEPENDS= tclgeomap${PORTVERSION}.0:${PORTSDIR}/astro/tclgeomap \ +LIB_DEPENDS= tclgeomap.0:${PORTSDIR}/astro/tclgeomap \ tk${USE_TK}.1:${PORTSDIR}/x11-toolkits/tk${USE_TK} CONFIGURE_ARGS= --with-tclgeomap-include=${LOCALBASE}/include/tclgeomap --with-x @@ -32,6 +32,7 @@ MLINKS= \ post-install: @${LN} -sf ${PREFIX}/lib/libtkgeomap2.9.so ${PREFIX}/lib/libtkgeomap2.9.so.0 + @${LN} -sf ${PREFIX}/lib/libtkgeomap2.9.so ${PREFIX}/lib/libtkgeomap.so.0 post-patch: @${REINPLACE_CMD} -e 's/@PACKAGE@@VERSION@/@PACKAGE@/g' ${WRKSRC}/Makefile.in ${WRKSRC}/pkgIndex.tcl.in |