mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
c79a9e3be5
commit
024b826897
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360556
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= liboauth
|
||||
PORTVERSION= 1.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
|
||||
@ -15,7 +16,7 @@ MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
USE_OPENSSL= yes
|
||||
USES= pkgconfig
|
||||
USES= pkgconfig libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
|
@ -1,7 +1,7 @@
|
||||
include/oauth.h
|
||||
lib/liboauth.so.8
|
||||
lib/liboauth.so.0.8.7
|
||||
lib/liboauth.so.0
|
||||
lib/liboauth.so
|
||||
lib/liboauth.la
|
||||
lib/liboauth.a
|
||||
libdata/pkgconfig/oauth.pc
|
||||
man/man3/oauth.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user