aboutsummaryrefslogtreecommitdiff
path: root/graphics/pinpoint
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/pinpoint
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Notes
Diffstat (limited to 'graphics/pinpoint')
-rw-r--r--graphics/pinpoint/Makefile4
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