mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
31444d0b21
commit
b36f7d5e91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356753
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= tclsasl
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= security tcl
|
||||
MASTER_SITES= http://beepcore-tcl.sourceforge.net/
|
||||
EXTRACT_SUFX= .tgz
|
||||
@ -13,7 +13,7 @@ COMMENT= Tcl interface to the Cyrus SASLv2 library
|
||||
|
||||
LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
|
||||
|
||||
USES= tcl
|
||||
USES= tcl libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
lib/libtclsasl.so.1
|
||||
lib/libtclsasl.so
|
||||
lib/libtclsasl.la
|
||||
lib/libtclsasl.so.1
|
||||
lib/libtclsasl.so.1.0.0
|
||||
lib/tclsasl/pkgIndex.tcl
|
||||
lib/tclsasl/test.tcl
|
||||
@dirrm lib/tclsasl
|
||||
|
Loading…
Reference in New Issue
Block a user