- Drop .la files, no dependees require them
Approved by: portmgr blanket
This commit is contained in:
parent
1d3844085c
commit
ae28895216
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364832
2 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= varconf
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28config%20lib%29/${PORTVERSION}
|
||||
|
||||
|
@ -15,7 +15,7 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20
|
|||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= compiler:c++11-lib libtool:keepla pathfix pkgconfig tar:bzip2
|
||||
USES= compiler:c++11-lib libtool pathfix pkgconfig tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ include/varconf-1.0/varconf/parse_error.h
|
|||
include/varconf-1.0/varconf/varconf.h
|
||||
include/varconf-1.0/varconf/varconf_defs.h
|
||||
include/varconf-1.0/varconf/variable.h
|
||||
lib/libvarconf-1.0.la
|
||||
lib/libvarconf-1.0.so
|
||||
lib/libvarconf-1.0.so.8
|
||||
lib/libvarconf-1.0.so.8.0.0
|
||||
|
|
Loading…
Reference in a new issue