aboutsummaryrefslogtreecommitdiff
path: root/multimedia/py-gstreamer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/py-gstreamer/Makefile')
-rw-r--r--multimedia/py-gstreamer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/py-gstreamer/Makefile b/multimedia/py-gstreamer/Makefile
index 2285064e7710..163bd7bab21e 100644
--- a/multimedia/py-gstreamer/Makefile
+++ b/multimedia/py-gstreamer/Makefile
@@ -27,7 +27,7 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PLIST_SUB= VERSION="${GST_VERSION}"
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}
+LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|DLFCN|dl|g' ${WRKSRC}/gst/__init__.py