svn commit: r394792 - head/multimedia/winff

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Wed Aug 19 15:20:08 UTC 2015


Author: acm
Date: Wed Aug 19 15:20:07 2015
New Revision: 394792
URL: https://svnweb.freebsd.org/changeset/ports/394792

Log:
  - Fix build adding dependencies

Modified:
  head/multimedia/winff/Makefile

Modified: head/multimedia/winff/Makefile
==============================================================================
--- head/multimedia/winff/Makefile	Wed Aug 19 15:15:02 2015	(r394791)
+++ head/multimedia/winff/Makefile	Wed Aug 19 15:20:07 2015	(r394792)
@@ -3,7 +3,7 @@
 
 PORTNAME=	WinFF
 PORTVERSION=	1.5.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PROJECTHOST=	${_PORTNAME}
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	lazbuild:${PORTSDIR}/edit
 LIB_DEPENDS=	libavutil.so:${PORTSDIR}/multimedia/ffmpeg
 
 NO_WRKSUBDIR=	yes
-USE_FPC=	yes
+USE_FPC=	cairo fcl-base fcl-image fcl-json fcl-process fcl-xml hash \
+		pasjpeg paszlib x11
 USE_GNOME=	#
 _PORTNAME=	${PORTNAME:tl}
 DATADIR=	${PREFIX}/share/${_PORTNAME}


More information about the svn-ports-all mailing list