reference bug in gstreamer-plugins' Makefile
Anders Gavare
gavare at gmail.com
Thu Oct 25 04:01:32 PDT 2007
Hi.
I am attempting to build GNOME 2.20.1 (everything) from scratch using
ports, and noticed a problem with the dependencies in
multimedia/gstreamer-plugins. Perhaps it is a known problem, but I
thought I should report it nevertheless:
The Makefile said:
LIB_DEPENDS+= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer \
but I had to change that to
LIB_DEPENDS+= gstreamer-0.10:${PORTSDIR}/multimedia/gstreamer \
to make the build succeed.
Anders
More information about the freebsd-multimedia
mailing list