- Convert to staging
- Convert to new LIB_DEPENDS format - Don't duplicate lib depends with build depends - Use space for WWW line in pkg-descr
This commit is contained in:
parent
7dd0cac168
commit
121a1c7c22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330675
2 changed files with 2 additions and 4 deletions
|
@ -16,14 +16,12 @@ LICENSE_COMB= dual
|
|||
LICENSE_FILE_MIT= ${WRKSRC}/COPYING.MIT
|
||||
LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL
|
||||
|
||||
LIB_DEPENDS= orc-0.4:${PORTSDIR}/devel/orc
|
||||
BUILD_DEPENDS= orc>=0.4.16:${PORTSDIR}/devel/orc
|
||||
LIB_DEPENDS= liborc-0.4.so:${PORTSDIR}/devel/orc
|
||||
|
||||
USES= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^pkgconfigdir=.*|pkgconfigdir="\\$${prefix}/libdata/pkgconfig"|' \
|
||||
-e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
||||
|
|
|
@ -3,4 +3,4 @@ partnership with the BBC. The main developer is David Schleef, who
|
|||
developed the liboil optimisation library which is heavily used in
|
||||
the project.
|
||||
|
||||
WWW: http://www.diracvideo.org/
|
||||
WWW: http://www.diracvideo.org/
|
||||
|
|
Loading…
Reference in a new issue