svn commit: r394802 - head/russian/emkatic

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Wed Aug 19 17:14:00 UTC 2015


Author: acm
Date: Wed Aug 19 17:13:59 2015
New Revision: 394802
URL: https://svnweb.freebsd.org/changeset/ports/394802

Log:
  - Fix build

Modified:
  head/russian/emkatic/Makefile

Modified: head/russian/emkatic/Makefile
==============================================================================
--- head/russian/emkatic/Makefile	Wed Aug 19 16:51:46 2015	(r394801)
+++ head/russian/emkatic/Makefile	Wed Aug 19 17:13:59 2015	(r394802)
@@ -3,7 +3,7 @@
 
 PORTNAME=	emkatic
 PORTVERSION=	0.20
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	russian emulators
 MASTER_SITES=	SF/${PORTNAME}/eMKatic%20Source
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -17,7 +17,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING.txt
 BUILD_DEPENDS=	lazbuild:${PORTSDIR}/editors/lazarus \
 		fpcres:${PORTSDIR}/lang/fpc-utils
 
-USE_FPC=	yes
+USE_FPC=	cairo fcl-base fcl-image fcl-json fcl-process fcl-xml hash \
+		pasjpeg paszlib x11
 WANT_GNOME=	yes
 
 PROJECT_FILE=	emkatic.lpi


More information about the svn-ports-head mailing list