Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2013 17:00:41 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331157 - head/graphics/wxsvg
Message-ID:  <201310211700.r9LH0fbM020650@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Mon Oct 21 17:00:40 2013
New Revision: 331157
URL: http://svnweb.freebsd.org/changeset/ports/331157

Log:
  - Remove ffmpeg1 dependency
  
  Submitted by:	wg

Modified:
  head/graphics/wxsvg/Makefile

Modified: head/graphics/wxsvg/Makefile
==============================================================================
--- head/graphics/wxsvg/Makefile	Mon Oct 21 16:47:07 2013	(r331156)
+++ head/graphics/wxsvg/Makefile	Mon Oct 21 17:00:40 2013	(r331157)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wxsvg
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
@@ -11,7 +12,7 @@ COMMENT=	C++ library to create, manipula
 
 LICENSE=	LGPL21 # (or later)
 
-LIB_DEPENDS=	libavcodec1.so:${PORTSDIR}/multimedia/ffmpeg1 \
+LIB_DEPENDS=	libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
 		libexpat.so:${PORTSDIR}/textproc/expat2
 
 USE_BZIP2=	yes
@@ -24,10 +25,6 @@ CONFIGURE_ENV=	LIBAV_CFLAGS="${LIBAV_CFL
 MAKE_ENV=	AM_CPPFLAGS="${LIBAV_CFLAGS}"
 USE_LDCONFIG=	yes
 
-LIBAV_PC=	libavcodec1 libavformat1 libavutil1 libswscale1
-LIBAV_CFLAGS=	$$(pkg-config --cflags ${LIBAV_PC})
-LIBAV_LIBS=	$$(pkg-config --libs ${LIBAV_PC})
-
 post-extract:
 .for i in configure install-sh
 	@${CHMOD} ${BINMODE} ${WRKSRC}/${i}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310211700.r9LH0fbM020650>