aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2013-10-22 01:00:40 +0800
committerdanilo <danilo@FreeBSD.org>2013-10-22 01:00:40 +0800
commitce50c7db5c0aa26ad1b51e8641688a3fd9401ff3 (patch)
tree67c927009c270df92af1a0361abf5d0c2b9d8ece
parentc0255b7276ef15cca1be26e8189c2a9a26535da7 (diff)
downloadfreebsd-ports-gnome-ce50c7db5c0aa26ad1b51e8641688a3fd9401ff3.tar.gz
freebsd-ports-gnome-ce50c7db5c0aa26ad1b51e8641688a3fd9401ff3.tar.zst
freebsd-ports-gnome-ce50c7db5c0aa26ad1b51e8641688a3fd9401ff3.zip
- Remove ffmpeg1 dependency
Submitted by: wg
-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}