diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/pinpoint | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'graphics/pinpoint')
-rw-r--r-- | graphics/pinpoint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pinpoint/Makefile b/graphics/pinpoint/Makefile index 17b499335395..9f6b9422336f 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= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter +LIB_DEPENDS= libclutter-glx-1.0.so:graphics/clutter USE_GL= gl USE_GNOME= librsvg2 @@ -26,7 +26,7 @@ GST_DESC= Live videos as slide backgrounds .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGST} -LIB_DEPENDS+= libclutter-gst-1.0.so:${PORTSDIR}/multimedia/clutter-gst +LIB_DEPENDS+= libclutter-gst-1.0.so:multimedia/clutter-gst .else CONFIGURE_ARGS+= --enable-cluttergst=no .endif |