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
a13ddd03b7
commit
d8a93a2dd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360300
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ofc
|
||||
PORTVERSION= 0.8.1
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
@ -17,8 +17,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \
|
||||
|
||||
PROJECTHOST= ${PORTNAME}
|
||||
USE_SDL= sdl
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= pathfix
|
||||
USES= libtool pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 ${PTHREAD_CFLAGS}
|
||||
|
@ -102,9 +102,8 @@ include/ofc/config.h
|
||||
include/ofc/md5.h
|
||||
include/ofc/settings.h
|
||||
include/ofc/warning.h
|
||||
lib/libofc-0.8.so
|
||||
lib/libofc-0.8.so.1
|
||||
lib/libofc-0.8.so.1.0.0
|
||||
lib/libofc.a
|
||||
lib/libofc.la
|
||||
lib/libofc.so
|
||||
@dirrm include/ofc
|
||||
|
Loading…
Reference in New Issue
Block a user