- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
689a8809cb
commit
3848a19211
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360433
2 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= gss
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
@ -13,7 +14,7 @@ LIB_DEPENDS= libshishi.so:${PORTSDIR}/security/shishi
|
|||
|
||||
CONFLICTS= heimdal-[0-9]*
|
||||
|
||||
USES= pathfix pkgconfig perl5
|
||||
USES= libtool pathfix pkgconfig perl5
|
||||
USE_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-kerberos5
|
||||
|
|
|
@ -3,9 +3,9 @@ include/gss.h
|
|||
include/gss/api.h
|
||||
include/gss/ext.h
|
||||
lib/libgss.a
|
||||
lib/libgss.la
|
||||
lib/libgss.so
|
||||
lib/libgss.so.3
|
||||
lib/libgss.so.3.0.2
|
||||
libdata/pkgconfig/gss.pc
|
||||
man/man1/gss.1.gz
|
||||
man/man3/gss_accept_sec_context.3.gz
|
||||
|
|
Loading…
Reference in a new issue