mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
Add a tcl lib dependency. Also make the tcl version overridable.
This commit is contained in:
parent
2867e8fae7
commit
a3d5a359fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116465
1 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= gpsmanshp
|
PORTNAME= gpsmanshp
|
||||||
PORTVERSION= 1.2
|
PORTVERSION= 1.2
|
||||||
CATEGORIES= graphics tcl84
|
CATEGORIES= graphics tcl${TCLVERSION:S/.//}
|
||||||
MASTER_SITES= http://www.ncc.up.pt/gpsmanshp/
|
MASTER_SITES= http://www.ncc.up.pt/gpsmanshp/
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
@ -16,9 +16,11 @@ MAINTAINER= jhay@FreeBSD.org
|
||||||
COMMENT= Shapelib support for gpsman
|
COMMENT= Shapelib support for gpsman
|
||||||
|
|
||||||
RUN_DEPENDS= gpsman:${PORTSDIR}/astro/gpsman
|
RUN_DEPENDS= gpsman:${PORTSDIR}/astro/gpsman
|
||||||
LIB_DEPENDS= shp.1:${PORTSDIR}/devel/shapelib
|
LIB_DEPENDS= shp.1:${PORTSDIR}/devel/shapelib \
|
||||||
|
tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//}
|
||||||
|
|
||||||
PLIST_SUB= TCLVERSION=8.4 PORTVERSION=${PORTVERSION}
|
TCLVERSION?= 8.4
|
||||||
|
PLIST_SUB= TCLVERSION=${TCLVERSION} PORTVERSION=${PORTVERSION}
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue