svn commit: r356849 - head/graphics/pinpoint
Guido Falsi
madpilot at FreeBSD.org
Fri Jun 6 21:08:07 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list