1
0
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:
Dmitry Marakasov 2014-08-13 10:46:11 +00:00
parent 304db48a71
commit efea52790a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364777
2 changed files with 5 additions and 4 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= log4c
PORTVERSION= 1.2.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF
@ -16,8 +17,8 @@ OPTIONS_DEFAULT=EXPAT
EXPAT_CONFIGURE_WITH= expat
EXPAT_LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
USES= pathfix
USE_AUTOTOOLS= libtool
USES= libtool pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include

View File

@ -25,9 +25,9 @@ include/log4c/rollingpolicy.h
include/log4c/rollingpolicy_type_sizewin.h
include/log4c/version.h
lib/liblog4c.a
lib/liblog4c.la
lib/liblog4c.so
lib/liblog4c.so.6
lib/liblog4c.so.3
lib/liblog4c.so.3.3.0
libdata/pkgconfig/log4c.pc
man/man1/log4c-config.1.gz
share/aclocal/log4c.m4