diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-20 16:01:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-20 16:01:53 +0800 |
commit | 7094a098bb2ab7c700bd9723772431c9cdfb8fc0 (patch) | |
tree | 0dc4cee8fe5f283a4d32844a200a2a1af8c7ddda | |
parent | 6cdc2364f7793233af22ecfc7df7bb84454b6780 (diff) | |
download | marcuscom-ports-7094a098bb2ab7c700bd9723772431c9cdfb8fc0.tar marcuscom-ports-7094a098bb2ab7c700bd9723772431c9cdfb8fc0.tar.gz marcuscom-ports-7094a098bb2ab7c700bd9723772431c9cdfb8fc0.tar.bz2 marcuscom-ports-7094a098bb2ab7c700bd9723772431c9cdfb8fc0.tar.lz marcuscom-ports-7094a098bb2ab7c700bd9723772431c9cdfb8fc0.tar.xz marcuscom-ports-7094a098bb2ab7c700bd9723772431c9cdfb8fc0.tar.zst marcuscom-ports-7094a098bb2ab7c700bd9723772431c9cdfb8fc0.zip |
Add a missing dependency on liboil.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5450 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 37fccb353..1fea3e254 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -28,7 +28,8 @@ MAINTAINER= kwm@FreeBSD.org COMMENT?= GStreamer written collection of plugins handling several media types LIB_DEPENDS+= gstreamer-0.10.2:${PORTSDIR}/multimedia/gstreamer \ - popt.0:${PORTSDIR}/devel/popt + popt.0:${PORTSDIR}/devel/popt \ + oil-0.3.1:${PORTSDIR}/devel/liboil BASE_PORTVERSION= ${PORTVERSION} BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION} |