aboutsummaryrefslogtreecommitdiff
path: root/graphics/wxsvg
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-10-21 17:00:40 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-10-21 17:00:40 +0000
commit466c5ab7ed1bf383381ad36e3ca315af0548fb6f (patch)
tree67c927009c270df92af1a0361abf5d0c2b9d8ece /graphics/wxsvg
parentd6d7a16ae0c90079a7220955c9626163def2e142 (diff)
downloadports-466c5ab7ed1bf383381ad36e3ca315af0548fb6f.tar.gz
ports-466c5ab7ed1bf383381ad36e3ca315af0548fb6f.zip
- Remove ffmpeg1 dependency
Submitted by: wg
Notes
Notes: svn path=/head/; revision=331157
Diffstat (limited to 'graphics/wxsvg')
-rw-r--r--graphics/wxsvg/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile
index 9ddf89e471f1..2466fa7ffd0b 100644
--- a/graphics/wxsvg/Makefile
+++ b/graphics/wxsvg/Makefile
@@ -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, manipulate, and render SVG files
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_CFLAGS}" LIBAV_LIBS="${LIBAV_LIBS}"
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}