[Midnightbsd-cvs] mports [22453] trunk/multimedia/libtheora/Makefile: add libogg

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 13 16:17:33 EDT 2017


Revision: 22453
          http://svnweb.midnightbsd.org/mports/?rev=22453
Author:   laffer1
Date:     2017-05-13 16:17:33 -0400 (Sat, 13 May 2017)
Log Message:
-----------
add libogg

Modified Paths:
--------------
    trunk/multimedia/libtheora/Makefile

Modified: trunk/multimedia/libtheora/Makefile
===================================================================
--- trunk/multimedia/libtheora/Makefile	2017-05-13 20:05:59 UTC (rev 22452)
+++ trunk/multimedia/libtheora/Makefile	2017-05-13 20:17:33 UTC (rev 22453)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libtheora
 PORTVERSION=	1.1.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	multimedia
 MASTER_SITES=	http://downloads.xiph.org/releases/theora/ \
 		http://distfiles.master.finkmirrors.net/
@@ -12,7 +12,8 @@
 
 LICENSE=	bsd3
 
-LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS=	libogg.so:audio/libogg \
+		libvorbis.so:${PORTSDIR}/audio/libvorbis
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-sdltest \



More information about the Midnightbsd-cvs mailing list