diff options
author | lioux <lioux@FreeBSD.org> | 2005-10-17 09:50:17 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-10-17 09:50:17 +0800 |
commit | fbbcd90b7ce9c5b31552faced36bb92ba324dc00 (patch) | |
tree | ae672d1ce7c431f065dcbda10b1abc418b693259 | |
parent | 58b660e44a4bed8ea47ec940a8e0b076ca4209a5 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |