From ae3b9923782ba15601332a73d34f01b23a11303f Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Fri, 6 Jun 2014 21:08:06 +0000 Subject: [PATCH] - Enable staging - Convert to new LIB_DEPENDS format PR: 190385 Submitted by: lichray@gmail.com (maintainer) --- graphics/pinpoint/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/graphics/pinpoint/Makefile b/graphics/pinpoint/Makefile index 1c77fe6ebca1..f9c9b9203166 100644 --- a/graphics/pinpoint/Makefile +++ b/graphics/pinpoint/Makefile @@ -13,7 +13,7 @@ COMMENT= Tool for making hackers do excellent presentations 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 .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