aboutsummaryrefslogtreecommitdiff
path: root/graphics/pinpoint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pinpoint/Makefile')
-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