Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 18:30:08 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355888 - head/multimedia/kaffeine
Message-ID:  <201405301830.s4UIU8Aw006022@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nox
Date: Fri May 30 18:30:07 2014
New Revision: 355888
URL: http://svnweb.freebsd.org/changeset/ports/355888
QAT: https://qat.redports.org/buildarchive/r355888/

Log:
  - Stagify.
  - Use new LIB_DEPENDS syntax.

Modified:
  head/multimedia/kaffeine/Makefile

Modified: head/multimedia/kaffeine/Makefile
==============================================================================
--- head/multimedia/kaffeine/Makefile	Fri May 30 18:19:15 2014	(r355887)
+++ head/multimedia/kaffeine/Makefile	Fri May 30 18:30:07 2014	(r355888)
@@ -12,7 +12,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A xine-base multimedia player
 
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/dvb/ca.h:${PORTSDIR}/multimedia/v4l_compat
-LIB_DEPENDS=	xine.2:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS=	libxine.so:${PORTSDIR}/multimedia/libxine
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
@@ -24,7 +24,6 @@ USES=		cmake gettext gmake
 USE_LDCONFIG=		yes
 USE_XORG=	xscrnsaver
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's,add_subdirectory(x-test),,' ${WRKSRC}/po/CMakeLists.txt
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405301830.s4UIU8Aw006022>