svn commit: r358632 - head/multimedia/transcode
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jun 20 19:05:30 UTC 2014
Author: amdmi3
Date: Fri Jun 20 19:05:29 2014
New Revision: 358632
URL: http://svnweb.freebsd.org/changeset/ports/358632
QAT: https://qat.redports.org/buildarchive/r358632/
Log:
- Convert USE_BZIP2 to USES
- Switch to USES=libtool
Approved by: portmgr blanket
Modified:
head/multimedia/transcode/Makefile
Modified: head/multimedia/transcode/Makefile
==============================================================================
--- head/multimedia/transcode/Makefile Fri Jun 20 19:03:20 2014 (r358631)
+++ head/multimedia/transcode/Makefile Fri Jun 20 19:05:29 2014 (r358632)
@@ -3,7 +3,7 @@
PORTNAME= transcode
PORTVERSION= 1.1.7
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= multimedia
MASTER_SITES= http://cdn.bitbucket.org/france/transcode-tcforge/downloads/
@@ -14,14 +14,13 @@ LICENSE= GPLv2
LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
-USE_BZIP2= yes
FAKEDIR= ${WRKDIR}/fake
PLIST= ${WRKDIR}/plist
USE_LDCONFIG= yes
-USES= gmake pkgconfig
+USES= gmake pkgconfig tar:bzip2 libtool:keepla
WANT_SDL= yes
WANT_GNOME= yes
-USE_AUTOTOOLS= libtool
+USE_AUTOTOOLS= libtoolize
CPPFLAGS+= -isystem ${LOCALBASE}/include
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
LDFLAGS+= -L${LOCALBASE}/lib
More information about the svn-ports-all
mailing list