aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2005-10-17 09:50:17 +0800
committerlioux <lioux@FreeBSD.org>2005-10-17 09:50:17 +0800
commitfbbcd90b7ce9c5b31552faced36bb92ba324dc00 (patch)
treeae672d1ce7c431f065dcbda10b1abc418b693259
parent58b660e44a4bed8ea47ec940a8e0b076ca4209a5 (diff)
downloadfreebsd-ports-gnome-fbbcd90b7ce9c5b31552faced36bb92ba324dc00.tar.gz
freebsd-ports-gnome-fbbcd90b7ce9c5b31552faced36bb92ba324dc00.tar.zst
freebsd-ports-gnome-fbbcd90b7ce9c5b31552faced36bb92ba324dc00.zip
o LIB_DEPENDS on textproc/libebml instead of BUILD_DEPENDS
o Bump PORTREVISION Submitted by: pointyhat (kris)
-rw-r--r--multimedia/libmatroska/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile
index 54bb6d505966..962475f9d75a 100644
--- a/multimedia/libmatroska/Makefile
+++ b/multimedia/libmatroska/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libmatroska
PORTVERSION= 0.7.7
+PORTREVISION= 1
CATEGORIES= multimedia audio
MASTER_SITES= http://dl.matroska.org/downloads/libmatroska/ \
http://www.bunkus.org/videotools/mkvtoolnix/sources/old/
@@ -14,7 +15,7 @@ MASTER_SITES= http://dl.matroska.org/downloads/libmatroska/ \
MAINTAINER= lioux@FreeBSD.org
COMMENT= Extensible Multimedia Container Format
-BUILD_DEPENDS= ${LOCALBASE}/lib/libebml.a:${PORTSDIR}/textproc/libebml
+LIB_DEPENDS= ebml.0:${PORTSDIR}/textproc/libebml
USE_BZIP2= yes
USE_GMAKE= yes