Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2015 19:49:10 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404188 - head/net-p2p/transmission-remote-gui
Message-ID:  <201512211949.tBLJnA0N082185@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Dec 21 19:49:10 2015
New Revision: 404188
URL: https://svnweb.freebsd.org/changeset/ports/404188

Log:
  net-p2p/transmission-remote-gui: Unbreak after FPC upgrade to 3.0.0

Modified:
  head/net-p2p/transmission-remote-gui/Makefile

Modified: head/net-p2p/transmission-remote-gui/Makefile
==============================================================================
--- head/net-p2p/transmission-remote-gui/Makefile	Mon Dec 21 19:39:32 2015	(r404187)
+++ head/net-p2p/transmission-remote-gui/Makefile	Mon Dec 21 19:49:10 2015	(r404188)
@@ -3,7 +3,7 @@
 
 PORTNAME=	transmission-remote-gui
 PORTVERSION=	5.0.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net-p2p
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	transgui-${PORTVERSION}-src
@@ -17,7 +17,8 @@ RUN_DEPENDS=	transmission-daemon:${PORTS
 
 PROJECTHOST=	transmisson-remote-gui
 
-USE_FPC=	cairo fcl-base fcl-image fcl-net fcl-process hash pasjpeg paszlib x11
+USE_FPC=	cairo fcl-base fcl-image fcl-net pasjpeg rtl-objpas rtl-extra \
+		x11
 USES=		iconv zip
 USE_GNOME=	#
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512211949.tBLJnA0N082185>