mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
* Convert to staging
* Convert to new LIB_DEPENDS format Sponsored by: Absolight
This commit is contained in:
parent
96abbead0e
commit
8b8bd51def
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340470
@ -11,7 +11,7 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= konstantin.lepa@gmail.com
|
||||
COMMENT= C++ XML parser library
|
||||
|
||||
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
||||
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
|
||||
|
||||
USES= cmake iconv
|
||||
USE_LDCONFIG= yes
|
||||
@ -22,7 +22,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
CMAKE_ARGS+= -DDEBUG_MODE:BOOL=ON
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|; \
|
||||
/set.*CMAKE_BUILD_TYPE/d' ${WRKSRC}/CMakeLists.txt \
|
||||
|
Loading…
Reference in New Issue
Block a user