Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2014 21:08:07 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356849 - head/graphics/pinpoint
Message-ID:  <201406062108.s56L87uG054141@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Fri Jun  6 21:08:06 2014
New Revision: 356849
URL: http://svnweb.freebsd.org/changeset/ports/356849
QAT: https://qat.redports.org/buildarchive/r356849/

Log:
  - Enable staging
  - Convert to new LIB_DEPENDS format
  
  PR:		190385
  Submitted by:	lichray@gmail.com (maintainer)

Modified:
  head/graphics/pinpoint/Makefile

Modified: head/graphics/pinpoint/Makefile
==============================================================================
--- head/graphics/pinpoint/Makefile	Fri Jun  6 21:06:12 2014	(r356848)
+++ head/graphics/pinpoint/Makefile	Fri Jun  6 21:08:06 2014	(r356849)
@@ -13,7 +13,7 @@ COMMENT=	Tool for making hackers do exce
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	clutter-glx-1.0:${PORTSDIR}/graphics/clutter
+LIB_DEPENDS=	libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter
 
 USE_GL=		gl
 USE_GNOME=	librsvg2
@@ -23,11 +23,10 @@ USES=	pathfix pkgconfig gmake tar:xz
 OPTIONS_DEFINE=	GST
 GST_DESC=	Live videos as slide backgrounds
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGST}
-LIB_DEPENDS+=	clutter-gst-1.0:${PORTSDIR}/multimedia/clutter-gst
+LIB_DEPENDS+=	libclutter-gst-1.0.so:${PORTSDIR}/multimedia/clutter-gst
 .else
 CONFIGURE_ARGS+=	--enable-cluttergst=no
 .endif



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