svn commit: r394626 - head/x11-fm/doublecmd

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Tue Aug 18 17:42:24 UTC 2015


Author: acm
Date: Tue Aug 18 17:42:23 2015
New Revision: 394626
URL: https://svnweb.freebsd.org/changeset/ports/394626

Log:
  - Fix build
  - Add missing build dependencies

Modified:
  head/x11-fm/doublecmd/Makefile

Modified: head/x11-fm/doublecmd/Makefile
==============================================================================
--- head/x11-fm/doublecmd/Makefile	Tue Aug 18 17:41:32 2015	(r394625)
+++ head/x11-fm/doublecmd/Makefile	Tue Aug 18 17:42:23 2015	(r394626)
@@ -3,6 +3,7 @@
 
 PORTNAME=	doublecmd
 PORTVERSION=	0.6.5
+PORTREVISION=	1
 CATEGORIES=	x11-fm
 MASTER_SITES=	SF/${PORTNAME}/Double%20Commander%20Source
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -21,6 +22,8 @@ ONLY_FOR_ARCHS=	i386 amd64
 PORTDOCS=	*
 
 USES=		dos2unix
+USE_FPC=	cairo fcl-base fcl-db fcl-image fcl-json fcl-process fcl-registry \
+		fcl-xml hash iconvenc pasjpeg paszlib x11
 DOS2UNIX_FILES=	src/dmhelpmanager.pas
 WANT_GNOME=	yes
 
@@ -121,7 +124,7 @@ BUILD_MODE=	NoDebug Full Optimizations
 .endif
 
 .if ${PORT_OPTIONS:MWFX_FTP}
-USE_FPC=	fcl-net
+USE_FPC+=	fcl-net
 .endif
 
 pre-patch:


More information about the svn-ports-head mailing list