1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Fix optional dependency on libmpcdec.

- Bump PORTREVISION.

Approved by:	tabthorpe (mentor)
This commit is contained in:
Alberto Villa 2010-08-20 00:26:33 +00:00
parent c8724a0aaf
commit 90f0320341
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259598

View File

@ -7,6 +7,7 @@
PORTNAME= k3b
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= sysutils multimedia kde
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
@ -92,6 +93,7 @@ PLIST_SUB+= MAD="@comment "
.endif
.if defined(WITH_MPC)
CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include"
LIB_DEPENDS+= mpcdec:${PORTSDIR}/audio/libmpcdec
PLIST_SUB+= MPC=""
.else