1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Enable staging

- Convert to new LIB_DEPENDS format

PR:		190385
Submitted by:	lichray@gmail.com (maintainer)
This commit is contained in:
Guido Falsi 2014-06-06 21:08:06 +00:00
parent f5eb8a5c76
commit ae3b992378
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356849

View File

@ -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 <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