mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Prepare for removal of shlib filtering
This commit is contained in:
parent
932c924c80
commit
aa78a7263f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183489
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ COMMENT= The TCL interface to Expat library
|
||||||
LIB_DEPENDS= tcl${TCL_DVER}:${PORTSDIR}/lang/tcl${TCL_DVER} \
|
LIB_DEPENDS= tcl${TCL_DVER}:${PORTSDIR}/lang/tcl${TCL_DVER} \
|
||||||
expat:${PORTSDIR}/textproc/expat2
|
expat:${PORTSDIR}/textproc/expat2
|
||||||
|
|
||||||
INSTALLS_SHLIB= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
TCL_VERSION?= 8.4
|
TCL_VERSION?= 8.4
|
||||||
TCL_DVER= ${TCL_VERSION:S/.//}
|
TCL_DVER= ${TCL_VERSION:S/.//}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
lib/tcl%%TCL_VERSION%%/TclExpat/pkgIndex.tcl
|
lib/tcl%%TCL_VERSION%%/TclExpat/pkgIndex.tcl
|
||||||
@dirrm lib/tcl%%TCL_VERSION%%/TclExpat
|
@dirrm lib/tcl%%TCL_VERSION%%/TclExpat
|
||||||
lib/libtclexpat.so.1.1
|
lib/libtclexpat.so.1
|
||||||
lib/libtclexpat.so
|
lib/libtclexpat.so
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue