svn commit: r331157 - head/graphics/wxsvg

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Oct 21 17:00:41 UTC 2013


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}


More information about the svn-ports-all mailing list